public void AddContratoVigenteRow(ContratoVigenteRow row) {
     this.Rows.Add(row);
 }
 public void RemoveContratoVigenteRow(ContratoVigenteRow row) {
     this.Rows.Remove(row);
 }
 public ContratoVigenteRowChangeEvent(ContratoVigenteRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }