public ActionResult Search(CitizenViewModel model) { List <Citizen> data = repo.GetCitizenList(model); return(this.Store(data)); }