public ActionResult Edit(int id) { CountryBLL objCountryBLL = new CountryBLL(); var country = objCountryBLL.GetAllCountryById(id); return(View(country)); }