protected virtual void OnAfterDeleteData(NotifyRecordChangesEventArgs e)
 {
     this.NotifyRecordChangesAfter?.Invoke(this, e);
 }
 protected virtual void OnBeforeDeleteData(NotifyRecordChangesEventArgs e)
 {
     this.NotifyRecordChangesBefore?.Invoke(this, e);
 }