public bool LDCSCodeConditionMet(string learnAimRef)
 {
     return(!_larsDataService.LearnDirectClassSystemCode1MatchForLearnAimRef(learnAimRef));
 }
 public bool LARSLearningDeliveryConditionMet(string learnAimRef)
 {
     return(_larsDataService.LearnDirectClassSystemCode1MatchForLearnAimRef(learnAimRef));
 }