this.subscription1 = this.ea.subscribe('quizshow', quizid => {
      if (this.id === quizid)  this.show();//quizid);
    });