public async Task DeleteElection(int electionId)
 {
     await _electionRepository.DeleteElection(electionId);
 }