public void RemoveAlertsRow(AlertsRow row) {
     this.Rows.Remove(row);
 }
 public AlertsRowChangeEvent(AlertsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddAlertsRow(AlertsRow row) {
     this.Rows.Add(row);
 }