public bool Contains(IWindow window)
 {
     return(localWindowManager.Contains(window));
 }