Inheritance: INotifyPropertyChanged
 public GeneralSettings()
 {
     InitializeComponent();
     DataContext = new GeneralSettingsViewModel();
 }