public EducationController(IUser user, IStudySession studySession, ConversationController cc)
 {
     this.user                   = user;
     this.db                     = new DataBaseController();
     this.studySession           = studySession;
     this.ConversationController = cc;
     Qac = new QuestionsAnswersControllers();
 }