public void updateTotal(Cart cart) {
   dao.updateTotal(cart);
 }