public void AddLFS_FM_COMPANYLEVELRow(LFS_FM_COMPANYLEVELRow row) {
     this.Rows.Add(row);
 }
 public void RemoveLFS_FM_COMPANYLEVELRow(LFS_FM_COMPANYLEVELRow row) {
     this.Rows.Remove(row);
 }
 public LFS_FM_COMPANYLEVELRowChangeEvent(LFS_FM_COMPANYLEVELRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }