public async Task <Candidate> AddCandidate([FromBody] Candidate d) { return(await repository.AddCandidate(d)); }