public async Task <bool> DeleteProduct(int id)
 {
     return(await _productQuery.DeleteProductAsync(id));
 }