@Override
 public List<Product> getProducts() {
   return productDao.getAllDistinct();
 }