public void RemoveEncabezadosRow(EncabezadosRow row) {
     this.Rows.Remove(row);
 }
 public EncabezadosRowChangeEvent(EncabezadosRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddEncabezadosRow(EncabezadosRow row) {
     this.Rows.Add(row);
 }