void CloseExistingInsightWindow()
 {
     if (insightWindow != null)
     {
         insightWindow.Close();
     }
 }
 public void Close()
 {
     if (insightWindow != null)
     {
         insightWindow.Close();
     }
 }