public void RemoveEVOLUTIONRow(EVOLUTIONRow row) {
     this.Rows.Remove(row);
 }
 public EVOLUTIONRowChangeEvent(EVOLUTIONRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddEVOLUTIONRow(EVOLUTIONRow row) {
     this.Rows.Add(row);
 }