public ActionResult EditCountry(int id) { var country = _icountry.EditCountryById(id); return(View(country)); }