public IActionResult Index()
        {
            CandidateExamWrapperModel model = _resultService.GetCandidateExamList();

            return(View(model));
        }