this.add(new Label("username"));
this.add(new Label("nom", new PropertyModel(personne, "nom")));
this.add(new Label("prenom", new PropertyModel(personne, "prenom")));
this.add(new CheckBox("admin"));
this.add(new ClubDropDownChoice("coachOf").setNullValid(true));
}