public void AddflujoVencimientoRow(flujoVencimientoRow row)
 {
     this.Rows.Add(row);
 }
 public void RemoveflujoVencimientoRow(flujoVencimientoRow row)
 {
     this.Rows.Remove(row);
 }
 public flujoVencimientoRowChangeEvent(flujoVencimientoRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }