public static WarehouseCollection LoadForShipMethod(Int32 shipMethodId, string sortExpression)
 {
     return(WarehouseDataSource.LoadForShipMethod(shipMethodId, 0, 0, sortExpression));
 }
 public static WarehouseCollection LoadForShipMethod(Int32 shipMethodId, int maximumRows, int startRowIndex)
 {
     return(WarehouseDataSource.LoadForShipMethod(shipMethodId, maximumRows, startRowIndex, string.Empty));
 }
 public static WarehouseCollection LoadForShipMethod(Int32 shipMethodId)
 {
     return(WarehouseDataSource.LoadForShipMethod(shipMethodId, 0, 0, string.Empty));
 }