//adds a holiday to the year public static void AddHoliday(HolidayYearEvent holiday) { holidays.Add(holiday); }