public Restaurant Get(int id)
 {
     return(_appService.GetRestaurantById(id));
 }