public void RemoveLFS_SUBCONTRACTOR_HOURSRow(LFS_SUBCONTRACTOR_HOURSRow row) {
     this.Rows.Remove(row);
 }
 public LFS_SUBCONTRACTOR_HOURSRowChangeEvent(LFS_SUBCONTRACTOR_HOURSRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_SUBCONTRACTOR_HOURSRow(LFS_SUBCONTRACTOR_HOURSRow row) {
     this.Rows.Add(row);
 }