{
params.put(DisplayPlaquePersonne.TypeParameters.INFOSSAISONS, this.personne.getInfosSaison());
}
catch (final Exception e)
{
throw new SystemeException(e.getMessage());
}
this.add(HomePage.link("ajoutPlaque",DisplayPlaquePersonne.class, params));
this.add(HomePage.link("retour", ViewPersonnePanel.class, params));
}