public ActionResult Confirmed() { var repo = new CandidatesRepository(Properties.Settings.Default.ConStr); return(View(repo.GetConfirmed())); }