public void Removecurrent_eventRow(current_eventRow row) {
     this.Rows.Remove(row);
 }
 public current_eventRowChangeEvent(current_eventRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addcurrent_eventRow(current_eventRow row) {
     this.Rows.Add(row);
 }