public static TreeNode<User> buildStaticModel(String data) {
        DefaultTreeNode<User> root = node("",
                node(data + "-1",
                        node(data + "-1-1",
                                node(data + "-1-1-1"),