public ActionResult Pending() { var candidates = repo.GetCandidatesByStatus(Status.Pending); return(View(candidates)); }