partial void DeleteTestLabel(TestLabel instance);
 partial void UpdateTestLabel(TestLabel instance);
 private void detach_TestLabels(TestLabel entity)
 {
     this.SendPropertyChanging();
     entity.Test = null;
 }
 partial void InsertTestLabel(TestLabel instance);
 private void attach_TestLabels(TestLabel entity)
 {
     this.SendPropertyChanging();
     entity.Test = this;
 }