public Task DeleteTaskAsync(Product product)
 {
     return(restService.DeleteProduct(product.ID));
 }