public void UpdateTeamVote(TeamVote entity)
 {
     this.Update <TeamVote>(entity);
 }
 public void AddTeamVote(TeamVote entity)
 {
     this.Add <TeamVote>(entity);
 }