partial void DeleteMstStudent(MstStudent instance);
partial void InsertMstStudent(MstStudent instance);
partial void UpdateMstStudent(MstStudent instance);
private void detach_MstStudents(MstStudent entity) { this.SendPropertyChanging(); entity.MstCourse = null; }