public async Task <IActionResult> Delete(int id) { await _productApiService.DeleteAsync(id); return(RedirectToAction("Index", "Home")); }