public Collection<Product> getAllProducts() {
   return HibernateUtils.getAllElements(Product.class);
 }