public ExamineController()
 {
     _et   = new ExamineTemplateService();
     _user = new UserInfoService();
     _eti  = new ExamineTemplateItemService();
     _etio = new ExamineTemplateItemOptionService();
 }