public SuperficiesRowChangeEvent(SuperficiesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddSuperficiesRow(SuperficiesRow row) {
     this.Rows.Add(row);
 }
 public void RemoveSuperficiesRow(SuperficiesRow row) {
     this.Rows.Remove(row);
 }