public async void LoadPictures(int placeId)
 {
     Pictures = await shredderService.GetPicturesPerPlace(placeId);
 }