public IEnumerable <Candidate> GetCandidates()
 {
     return(_interviewService.GetCandidates());
 }