private RechnerModel model; //Attribute zugewiesen public AnwendungsController(ConsoleView view, RechnerModel model) { this.view = view; this.model = model; }