public void RemoveLFS_TEAM_PROJECT_TIME_SECTION_LATERALRow(LFS_TEAM_PROJECT_TIME_SECTION_LATERALRow row) {
     this.Rows.Remove(row);
 }
 public LFS_TEAM_PROJECT_TIME_SECTION_LATERALRowChangeEvent(LFS_TEAM_PROJECT_TIME_SECTION_LATERALRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_TEAM_PROJECT_TIME_SECTION_LATERALRow(LFS_TEAM_PROJECT_TIME_SECTION_LATERALRow row) {
     this.Rows.Add(row);
 }