public double GetCalorificSumElements(double calorific, int netMass)
 {
     return(dishDAL.GetCalorificSumElements(calorific, netMass));
 }