/// <summary>
 ///   Loads the current options from the configuration files.
 /// </summary>
 public override void LoadSettingsFromStorage()
 {
     Model.Load();
 }