public void AddLFS_PROJECT_SUBCONTRACTORS_BUDGETRow(LFS_PROJECT_SUBCONTRACTORS_BUDGETRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_PROJECT_SUBCONTRACTORS_BUDGETRow(LFS_PROJECT_SUBCONTRACTORS_BUDGETRow row) {
     this.Rows.Remove(row);
 }
 public LFS_PROJECT_SUBCONTRACTORS_BUDGETRowChangeEvent(LFS_PROJECT_SUBCONTRACTORS_BUDGETRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }