/// <summary>
 /// Initializes a new instance of the <see cref="ParseConfigController"/> class.
 /// </summary>
 public ParseConfigController()
 {
     CurrentConfigController = new ParseCurrentConfigController();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ParseConfigController"/> class.
 /// </summary>
 public ParseConfigController() {
   CurrentConfigController = new ParseCurrentConfigController();
 }