@Override
 public List<Price> findAll() {
   // TODO Auto-generated method stub
   return priceDao.findAll();
 }