public IEnumerable<Product> Get()
 {
     return _productCatalogRepository.GetProducts();
 }