get children() {
        if(!this.__c) {
            this.__c = new Ergo.core.Children(this);
        }
        return this.__c;