public Period getPeriod(int id) {
   return periodStore.get(id);
 }