this.subscription2 = this.ea.subscribe('quizhide', quizid => {
      if (this.id === quizid) this.hide();//quizid);
    });