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