public void AddLFS_M2_TABLES_RCTRow(LFS_M2_TABLES_RCTRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_M2_TABLES_RCTRow(LFS_M2_TABLES_RCTRow row) {
     this.Rows.Remove(row);
 }
 public LFS_M2_TABLES_RCTRowChangeEvent(LFS_M2_TABLES_RCTRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }