public Collection<Period> getPeriodsBetweenDates(
     PeriodType periodType, Date startDate, Date endDate) {
   return periodStore.getPeriodsBetweenDates(periodType, startDate, endDate);
 }