@Override
 public List<Product> getProductsByManufacturer(String manufacturer) {
   return productService.getProductsByManufacturer(manufacturer);
 }