if('items' in o){
            for(var i = 0; i < o.items.length; i++)
                this.children.add(o.items[i]);

        }