public int RemoveRestaurant(Restaurant restaurant)
 {
     return(restaurantDataAccess.RemoveRestaurant(restaurant));
 }