public void AddUsp_GetCustomerIdRow(Usp_GetCustomerIdRow row) {
     this.Rows.Add(row);
 }
 public void RemoveUsp_GetCustomerIdRow(Usp_GetCustomerIdRow row) {
     this.Rows.Remove(row);
 }
 public Usp_GetCustomerIdRowChangeEvent(Usp_GetCustomerIdRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }