public function getTransactionCount()
 {
     $cart = new CartPortal();
     echo $cart->transactionCount();
 }