public void AddSummary_of_Sales_by_QuarterRow(Summary_of_Sales_by_QuarterRow row) {
     this.Rows.Add(row);
 }
 public void RemoveSummary_of_Sales_by_QuarterRow(Summary_of_Sales_by_QuarterRow row) {
     this.Rows.Remove(row);
 }
 public Summary_of_Sales_by_QuarterRowChangeEvent(Summary_of_Sales_by_QuarterRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }