public void AddPAGARERow(PAGARERow row) { this.Rows.Add(row); }
public void RemovePAGARERow(PAGARERow row) { this.Rows.Remove(row); }
public PAGARERowChangeEvent(PAGARERow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }