public ActionResult DeleteCountry(int id) { _icountry.DeleteConfirm(id); return(RedirectToAction("CountryDeleted")); }