public static void AddToCart(int id, int prodId, int price) { ItemDAO.AddToCart(id, prodId, price); }