@Override
 public List<Product> getProductsByCategory(String category) {
   return productRepository.getProductsByCategory(category);
 }