public Vote FindFineById(int VoteID)
 {
     return(_voteRepository.FindVoteById(VoteID));
 }