public int closingstockdata(MClosingStockForMilkInSiloAndAllProducts receive)
        {
            dacsfmaap = new DAClosingStockForMilkInSiloAndAllProducts();
            int Result = 0;

            try
            {
                Result = dacsfmaap.closingstockdata(receive);
            }
            catch (Exception)
            {
                throw;
            }
            return(Result);
        }
 public DataSet GetClosingStockForMilkInSiloAndAllProductsDetails()
 {
     dacsfmaap = new DAClosingStockForMilkInSiloAndAllProducts();
     return(dacsfmaap.GetClosingStockForMilkInSiloAndAllProductsDetails());
 }