public void AddselectlocaldetRow(selectlocaldetRow row) {
     this.Rows.Add(row);
 }
 public void RemoveselectlocaldetRow(selectlocaldetRow row) {
     this.Rows.Remove(row);
 }
 public selectlocaldetRowChangeEvent(selectlocaldetRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }