public ConfigViewModel(BaseViewModel parent) : base(parent) { _TextEditor = new TextEditorViewModel(this); _Updater = new UpdaterViewModel(this); _Backup = new BackupViewModel(this); }