partial void DeleteEducationalBackground(EducationalBackground instance);
partial void InsertEducationalBackground(EducationalBackground instance);
partial void UpdateEducationalBackground(EducationalBackground instance);
private void detach_EducationalBackgrounds(EducationalBackground entity) { this.SendPropertyChanging(); entity.Application = null; }