/// <summary>
 /// Loads the settings from the provider and returns
 /// them in a StringDictionary for the TrainSettings class to use.
 /// </summary>
 public static System.Collections.Specialized.StringDictionary LoadSettings()
 {
     LoadProviders();
     return(_provider.LoadSettings());
 }