public List <Review> GetReviews(int id)
 {
     return(_appService.GetReviewByRestaurant(id));
 }