public void AddUsp_LoadGroupNamesforcustomerRow(Usp_LoadGroupNamesforcustomerRow row) {
     this.Rows.Add(row);
 }
 public void RemoveUsp_LoadGroupNamesforcustomerRow(Usp_LoadGroupNamesforcustomerRow row) {
     this.Rows.Remove(row);
 }
 public Usp_LoadGroupNamesforcustomerRowChangeEvent(Usp_LoadGroupNamesforcustomerRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }