void CloseWindow(SystemWindow window, int id) { var btn = window.AllChildWindows.First(w => w.DialogID == id); window.Command(btn); }