public void AddsitesRow(sitesRow row) {
     this.Rows.Add(row);
 }
 public void RemovesitesRow(sitesRow row) {
     this.Rows.Remove(row);
 }
 public sitesRowChangeEvent(sitesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }