public static int AddInventory(int ProductID, int Quantity, DateTime UpdatedDate, String UpdatedBy)
 {
     return(InventoryDAL.AddInventory(ProductID, Quantity, UpdatedDate, UpdatedBy));
 }