private static void ListBoxPopup(ScreenCollection screens) { var screen = new ConsoleUI.LoginScreen(); screen.Username = "******"; screen.Footer.Text = "Try admin admin."; screens.Add(screen); screen.Login += Screen_Login; }