public IEnumerable <Restaurant> Get()
 {
     return(_appService.GetAllRestaurants());
 }