/// <summary> /// Creates a new instance of popup /// </summary> private void MakeReminderPopup(Reminder rem) { Popup p = new Popup(rem); p.Show(); }