58596061626364656667
* Model starten. */ public void go() { this.login(); this.createData(); stafftable = new StaffTable(data); stafftable.fillUsables(); reduceArticle(); this.createDatesData(); }