public Wishlist GetById(int wishlistId)
 {
     return(_wishlistRepository.GetById(wishlistId));
 }