40414243444546
private NoteManager noteManager; public NoteControler(String name, TableFactory tableFactory){ super(name); noteManager = new NoteManager(tableFactory); tagManager = new TagAndNoteManager(tableFactory); }