public EventState GetEventForDay(CalendarData data) { return(new EventState(data)); }
public EventState(CalendarData _data) { data = _data; }