@Override
 protected void nodeCopyPaste(BasicNode child) throws IOException {
   CoreEntity e = child.getEntity();
   addNewChild(e);
 }