public IEnumerable <Wishlist> GetWishlistByUserId(string userId) { return(_wishlistRepository.GetMulti(x => x.UserId == userId)); }