public static void Backup()
 {
     tempSettings = new Setting_Inst();
     tempSettings.RemoveComments = (RemoveComments == true);
     tempSettings.UseAlbumInKey  = (UseAlbumInKey == true);
     tempSettings.UseTrackInKey  = (UseTrackInKey == true);
     tempSettings.StringCase     = CopyCase();
     tempSettings.TreeOrder      = CopyOrder();
 }
 public static void Confirm()
 {
     tempSettings = null;
 }