System.out.println("documenttype "+documenttype.getTypeId());
Treemenu treeMenu = DBOperate.getTreeMenu(Integer.parseInt(treemenu.getCurrentType1()));
Documenttype documentType = DBOperate.getDocumenttype(Integer.parseInt(documenttype.getTypeId()));
document.setTreemenu(treeMenu);
document.setDocumenttype(documentType);
document.setAuthor(author);
document.setTitle(title);