public static HttpResult BuyCart(int cartID, Order order)
 {
     return(CartProvider.buy(dbConnection, cartID, order));
 }