public void InsertVotes(int idJoueur, int idJeux, int cote) { md.InsertIntoVotes(idJoueur, idJeux, cote); }