public void DeleteVote(int VoteID)
 {
     _voteRepository.DeleteVote(VoteID);
 }