public void addToCart(Cart cart, String prodName) {
   dao.addToCart(cart, prodName);
 }