private void rdbFastMode_Checked(object sender, RoutedEventArgs e) { try { viewModel.ActivateFastmode(); } catch (NullReferenceException) { } }