@Override
 public Product findByName(String name) {
   return (Product) productDao.findByName(name);
 }