this.add(new Label("listeAdmins").setVisible(false));
this.add(new Label("retour").setVisible(false));
}
//Gestion de la liste des membres
final SortablePersonneDataProvider sortablePersonneDataProvider = new SortablePersonneDataProvider(
(InscriptionsApp) this.getApplication());
final PersonneDataView personneDataView = new PersonneDataView(
"personneDataView", sortablePersonneDataProvider, this.admin,
this.saison);