public void AddLateralLocationSheetLateralDetailsRow(LateralLocationSheetLateralDetailsRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLateralLocationSheetLateralDetailsRow(LateralLocationSheetLateralDetailsRow row) {
     this.Rows.Remove(row);
 }
 public LateralLocationSheetLateralDetailsRowChangeEvent(LateralLocationSheetLateralDetailsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }