@Override
 @Transactional(readOnly = false)
 public void update(Price price) {
   // TODO Auto-generated method stub
   priceDao.update(price);
 }