private void initialize() {
   for (Section section : sections) {
     Sections.initialize(section);
   }
 }