{
return new CartConfirmationPage();
}
else if (etape == Etapes.AutrePersonne && action == Action.Precedent)
{
return new CartListViewPage();
}
else if (etape == Etapes.AutrePersonneEquipe
&& action == Action.Precedent)
{
return new CartListViewPage();
}
else if (etape == Etapes.AutrePersonne && action == Action.Suivant
&& obj instanceof Personne)
{
Personne personne = (Personne) obj;