public void AddProducts_Above_Average_PriceRow(Products_Above_Average_PriceRow row) {
     this.Rows.Add(row);
 }
 public void RemoveProducts_Above_Average_PriceRow(Products_Above_Average_PriceRow row) {
     this.Rows.Remove(row);
 }
 public Products_Above_Average_PriceRowChangeEvent(Products_Above_Average_PriceRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }