public SettingsControl(SettingsGroup settingsGroup) { InitializeComponent(); DataContext = ViewModel = new SettingsViewModel(settingsGroup); }