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