public void setTherapyView3(TherapyView3 therapyView3) {
   this.therapyView3 = therapyView3;
   solvedController.setView(therapyView3);
   notSolvedController.setView(therapyView3);
   toImproveController.setView(therapyView3);
 }