private void detach_Learnerccfos(Learnerccfo entity)
 {
     this.SendPropertyChanging("Learnerccfos");
     entity.Enrollmentcomponent = null;
 }
 partial void DeleteLearnerccfo(Learnerccfo instance);
 partial void InsertLearnerccfo(Learnerccfo instance);
 partial void UpdateLearnerccfo(Learnerccfo instance);
 private void detach_Learnerccfos(Learnerccfo entity)
 {
     this.SendPropertyChanging("Learnerccfos");
     entity.Ccfo = null;
 }