/// <summary>
 /// Creates a new solution model based on the current system.
 /// </summary>
 public SolutionModel(SolutionExplorerTool tool)
 {
     m_Log.Debug("Creating new solution model.");
     this.m_ExplorerTool = tool;
 }
 /// <summary>
 /// Creates a new solution model based on the current system.
 /// </summary>
 public SolutionModel(SolutionExplorerTool tool)
 {
     m_Log.Debug("Creating new solution model.");
     this.m_ExplorerTool = tool;
 }