public Voter GetVoter(int id)
 {
     return(_voterRepository.GetVoter(id));
 }