public void updatePrice(int id, double price) {
   dao.updatePrice(id, price);
 }