public void AddserviceRow(serviceRow row) {
     this.Rows.Add(row);
 }
 public void RemoveserviceRow(serviceRow row) {
     this.Rows.Remove(row);
 }
 public serviceRowChangeEvent(serviceRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }