public async void LoadPlaceComments(int id)
 {
     PlaceComments = await shredderService.GetPlaceComments(id);
 }