constructor (props) {
    this.groups = props.groups;
    this.projects = props.projects;
    etch.initialize(this);
  }