partial void DeleteStudentIB(StudentIB instance);
partial void InsertStudentIB(StudentIB instance);
partial void UpdateStudentIB(StudentIB instance);
private void detach_StudentIBs(StudentIB entity) { this.SendPropertyChanging(); entity.HomeroomIB = null; }