public LFS_M2_TABLESRowChangeEvent(LFS_M2_TABLESRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_M2_TABLESRow(LFS_M2_TABLESRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_M2_TABLESRow(LFS_M2_TABLESRow row) {
     this.Rows.Remove(row);
 }