public void RevertToCurrent()
 {
     tempSettings.CopyValues(ActiveData.GameSettings);
     UpdateFields();
 }