private Button okButton, exitButton;
private DataController dataControl;
@SuppressWarnings("unchecked")
public AccountCreationStage() {
dataControl = new DataController();
setTitle("Creation de compte");
initStyle(StageStyle.DECORATED);
Insets insets = new Insets(12, 10, 12, 10);
BorderPane borderPane = new BorderPane();