public CAnswerVerifier()
 {
     this.timingController = new CTimingContorller(this);
 }
 public CPicChoiceMeaningBiz()
 {
     this.forwardOrderController = new CPileForwardOrderControllerRandOrderNotLoop(this);
     this.choicesMgr = new CChoicesMgr(this);
     this.timingController = new CTimingContorller(this);
 }