public void AddCustomer_and_Suppliers_by_CityRow(Customer_and_Suppliers_by_CityRow row) {
     this.Rows.Add(row);
 }
 public void RemoveCustomer_and_Suppliers_by_CityRow(Customer_and_Suppliers_by_CityRow row) {
     this.Rows.Remove(row);
 }
 public Customer_and_Suppliers_by_CityRowChangeEvent(Customer_and_Suppliers_by_CityRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }