public async Task <ElectionModel> GetCurrentElectionAsync()
 {
     return(await _electionRepository.GetCurrentElectionAsync());
 }