public PsychologicalEvaluationController()
 {
     _sl = new QuestionReportLogic();
     _al = new AuthorityManageLogic();
 }
 public QuestionReportController()
 {
     _sl = new QuestionReportLogic();
     _al = new AuthorityManageLogic();
 }