public Dish Get(string DishName)
 {
     return(DishRepository.GetByDishName(DishName));
 }