public void OnAddEventClicked(object o, EventArgs args) { AddEvent ae = new AddEvent(this.mainWindow, this.events); ae.Run(); }