public List <Wish> GetWishesPerCustomer(int custid) { return(_wishRepository.GetWishesPerCustomer(custid)); }