public int AddToDish(Product product)
 {
     return(dishDAL.AddToDish(product));
 }