public void Removeste_detallecargaRow(ste_detallecargaRow row) {
     this.Rows.Remove(row);
 }
 public ste_detallecargaRowChangeEvent(ste_detallecargaRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addste_detallecargaRow(ste_detallecargaRow row) {
     this.Rows.Add(row);
 }