public void RemoveDEPENDEVORow(DEPENDEVORow row) {
     this.Rows.Remove(row);
 }
 public DEPENDEVORowChangeEvent(DEPENDEVORow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddDEPENDEVORow(DEPENDEVORow row) {
     this.Rows.Add(row);
 }