public List <PlaceView> GetPlaces()
 {
     return(_placeService.GetAllPlaceViews());
 }