partial void DeleteFile(File instance);
partial void UpdateFile(File instance);
private void detach_Files(File entity) { this.SendPropertyChanging(); entity.Document = null; }
partial void InsertFile(File instance);
private void attach_Files(File entity) { this.SendPropertyChanging(); entity.Document = this; }