public void AddWishListItem(int gameId, int userId) { OrderContext.AddWishListItem(gameId, userId); }