public async Task OpenElectionAsync(ElectionModel model)
 {
     await _electionRepository.InsertElectionAsync(model);
 }