public IEnumerable <Product> GetAll()
 {
     return(dishDAL.GetAll());
 }