public void RemoveScreen(Screen s, bool destroy) { _screens.Remove(s); if (destroy) { s.DestroyScreen(); } }