public async void GetSpotById(int spotId)
 {
     ActivePlace = await shredderService.GetPlaceById(spotId);
 }