public void AddLFS_TOWEDRow(LFS_TOWEDRow row) {
     this.Rows.Add(row);
 }
 public LFS_TOWEDRowChangeEvent(LFS_TOWEDRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public LFS_PROJECT_TIMERow AddLFS_PROJECT_TIMERow(string FullName, string Country, System.DateTime Date_, double ProjectTime, LFS_UNITRow parentLFS_UNITRowByFK_LFS_PROJECT_TIME_LFS_UNIT, LFS_TOWEDRow parentLFS_TOWEDRowByFK_LFS_PROJECT_TIME_LFS_UNIT11, string ProjectTimeState) {
     LFS_PROJECT_TIMERow rowLFS_PROJECT_TIMERow = ((LFS_PROJECT_TIMERow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             FullName,
             Country,
             Date_,
             ProjectTime,
             null,
             null,
             ProjectTimeState};
     if ((parentLFS_UNITRowByFK_LFS_PROJECT_TIME_LFS_UNIT != null)) {
         columnValuesArray[4] = parentLFS_UNITRowByFK_LFS_PROJECT_TIME_LFS_UNIT[0];
     }
     if ((parentLFS_TOWEDRowByFK_LFS_PROJECT_TIME_LFS_UNIT11 != null)) {
         columnValuesArray[5] = parentLFS_TOWEDRowByFK_LFS_PROJECT_TIME_LFS_UNIT11[0];
     }
     rowLFS_PROJECT_TIMERow.ItemArray = columnValuesArray;
     this.Rows.Add(rowLFS_PROJECT_TIMERow);
     return rowLFS_PROJECT_TIMERow;
 }
 public void RemoveLFS_TOWEDRow(LFS_TOWEDRow row) {
     this.Rows.Remove(row);
 }