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