public Collection<Period> getAllPeriods() {
   return periodStore.getAll();
 }