public void Delete(Guid id)
 {
     _productCatalogRepository.DeleteProduct(id);
 }