public void AddAlphabetical_list_of_productsRow(Alphabetical_list_of_productsRow row) {
     this.Rows.Add(row);
 }
 public void RemoveAlphabetical_list_of_productsRow(Alphabetical_list_of_productsRow row) {
     this.Rows.Remove(row);
 }
 public Alphabetical_list_of_productsRowChangeEvent(Alphabetical_list_of_productsRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }