model.addAttribute("knownCustomers", KNOWS_CUSTOMERS);
}
if (stage.equals(Stages.CAR_LIST)) {
model.addAttribute("cars", searchModel.getCars());
model.addAttribute("command", new SelectedCarParameters());
}
if (stage.equals(Stages.RESERVATION_INFO)) {
model.addAttribute("confirm",
getSessionAttribute(session, ConfirmationType.class));