public bool UpdateRestaurant(Enterprise.Logic.Entities.Restaurant restaurant)
 {
     return(base.Channel.UpdateRestaurant(restaurant));
 }
 public Enterprise.Logic.Entities.Restaurant AddRestaurant(Enterprise.Logic.Entities.Restaurant restaurant)
 {
     return(base.Channel.AddRestaurant(restaurant));
 }