public Boolean AddEvent(string Title, string NewEventDate) { return(CalendarItem.AddEvent(NewEventDate, Title)); }