public static Nullable<double> FindStockLevel( Product product, string unitId, StockLocation stockLocation )
Public Shared Function FindStockLevel ( product As Product, unitId As String, stockLocation As StockLocation ) As Nullable(Of Double)