public void ClearShoppingCart(string user, ShoppingCart cart) { _cartRepo.ClearShoppingCart(user, cart); }