143144145146147148149150
} if(option.equals("Neu...")){ this.createNewAccount(); } else { this.account = new Account(option); } }