public function getProductsInCart($cartId)
 {
     $cartProducts = $this->db->getProductsInCart($cartId);
     return $cartProducts;
 }