System.out.println("Nouveau joueur " + nom);
try {
je = new JoueurDAO();
this.je.save(this);
} catch (ConstraintViolationException e) {
System.out.println("On gera la contrainte");
je = new JoueurDAO();
Joueur tj = je.exist(this);
this.nom = tj.nom;
this.id = tj.id;
//this.jeu = tj.jeu;