public void InsertVote(Vote Vote)
 {
     _voteRepository.InsertVote(Vote);
 }