public List <Wish> GetWishesPerSpot(int spotid) { return(_wishRepository.GetWishesPerSpot(spotid)); }