public void DeleteOption(Guid id)
 {
     _productCatalogRepository.DeleteProductOption(id);
 }