class Manager {

  constructor() {
    this.sections = {};
  }