public List <Restaurant> Get() { //return _iUser.GetAllUsers(); var k = _iRestaurant.GetAllRestaurants(); return(k); }