public decimal?MinUnitPriceByCategory(int?nullable)
 {
     return(_dataContext.MinUnitPriceByCategory(nullable));
 }