public NoteData createFormNote(NoteData note) {
   return ProxyHandler.createProxy(note, NoteData.class, form2Properties);
 }