public List <Voter> GetAll()
 {
     return(_voterRepository.GetAll());
 }