@Override
 public List<Product> getAllProducts() {
   return productRepository.getAllProducts();
 }