register(child) {
    get(this, 'children').pushObject(child);
    get(this, 'stage').add(get(child, 'shadow'));
  },