public async Task <Candidate> DeleteCandidate(int id) { return(await repository.DeleteCandidate(id)); }