public HolidayFactory(int startingYear, int futureYears = 0) { holidays = new Holidays(startingYear, futureYears); }