public ActionResult Delete(int id) { productAppService.Delete(id); return(RedirectToAction("Index")); }