return new DelegateRegistrationModePage(Etapes.AutrePersonneEquipe);
}
else if (etape == Etapes.Panier && action == Action.Suivant)
{
return new CartConfirmationPage();
}
else if (etape == Etapes.AutrePersonne && action == Action.Precedent)
{
return new CartListViewPage();
}