public override bool GoBack() { if (Popups.Count > 0) { Popups.RemoveAt(Popups.Count - 1); return(true); } return(base.GoBack()); }