public void RemoveEFFORT_POINTRow(EFFORT_POINTRow row) {
     this.Rows.Remove(row);
 }
 public EFFORT_POINTRowChangeEvent(EFFORT_POINTRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddEFFORT_POINTRow(EFFORT_POINTRow row) {
     this.Rows.Add(row);
 }