public win_Settings()
 {
     spg = new SettingsPropertyGrid();
     spg.loadJSON(settingsFilePath);
     InitializeComponent();
     prop_Settings.SelectedObject = spg;
 }