protected void ClearInteractiveWindow()
 {
     InteractiveWindow.Initialize();
     InteractiveWindow.ClearScreen();
     InteractiveWindow.ShowWindow();
     InteractiveWindow.Reset();
 }