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