public void RemoveLFS_FM_VIEW_DISPLAYRow(LFS_FM_VIEW_DISPLAYRow row) {
     this.Rows.Remove(row);
 }
 public LFS_FM_VIEW_DISPLAYRowChangeEvent(LFS_FM_VIEW_DISPLAYRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddLFS_FM_VIEW_DISPLAYRow(LFS_FM_VIEW_DISPLAYRow row) {
     this.Rows.Add(row);
 }