public async Task UpdateElectionAsync(ElectionModel election)
 {
     await _electionRepository.UpdateElectionAsync(election);
 }