Returns the dates for the next month.
List<DayModel> retrieveDatesForNextMonth() { return controller.retrieveDatesForMonth(nextMonth); }