public TOaTrainApplyLogic(TOaTrainApplyVo _tOaTrainApply)
 {
     tOaTrainApply = _tOaTrainApply;
     access        = new TOaTrainApplyAccess();
 }
 public TOaTrainApplyLogic()
 {
     access = new TOaTrainApplyAccess();
 }