public System.Threading.Tasks.Task <bool> EditFoodAsync(WebOrderTbRestaurant.Food.Food entity)
 {
     return(base.Channel.EditFoodAsync(entity));
 }
 public bool EditFood(WebOrderTbRestaurant.Food.Food entity)
 {
     return(base.Channel.EditFood(entity));
 }