/// <summary>
 /// Initializes a new instance of the <see cref="SeeingSharpWpfUserControl"/> class.
 /// </summary>
 public SeeingSharpWpfUserControl()
 {
     m_viewServiceNode = new ViewServiceNode(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SeeingSharpWpfWindow"/> class.
 /// </summary>
 public SeeingSharpWpfWindow()
 {
     m_viewServiceNode = new ViewServiceNode(this);
 }