public async Task <CommonResponse> DeleteProductCatalog(DeleteProductCatalog deleteProductCatalog)
 {
     return(await _productCatalogRepository.DeleteProductCatalog(deleteProductCatalog));
 }