protected override void RefreshChildren() { this.Children.Clear(); ServerNode.FillForwardZones(); ServerNode.ForwardZones.ForEach(x => this.Children.Add( new VMDNSZoneEntryNode(x, this.ServerNode, this))); }