public ActionResult CountryList() { var data = repository.CountryList(); return(Json(data, JsonRequestBehavior.AllowGet)); }