@Override
 public Price findById(String goodsId) {
   // TODO Auto-generated method stub
   return priceDao.findById(goodsId);
 }