public void AddInLearningCount(ProviderInLearningTotal inLearningTotal)
 {
     AddInLearningCountCalled = true;
 }
 public void AddInLearningCount(ProviderInLearningTotal inLearningTotal)
 {
     inLearning = inLearningTotal.InLearningCount;
 }