public SettingsNode(string title, SettingsControl editorControl) : base(title) { EditorControl = editorControl; }