public void RemovewellRow(wellRow row) {
     this.Rows.Remove(row);
 }
 public wellRowChangeEvent(wellRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddwellRow(wellRow row) {
     this.Rows.Add(row);
 }