public int getNoteCount() { return session.getNotes().size(); }
public Note getNote(int i) { return session.getNotes().get(i); }