@Transactional
 public void removeProduct(Integer productId) {
   productDAO.removeProduct(productId);
 }