public void RemoveUsp_SerchGroupNamesncustomerNamesRow(Usp_SerchGroupNamesncustomerNamesRow row) {
     this.Rows.Remove(row);
 }
 public Usp_SerchGroupNamesncustomerNamesRowChangeEvent(Usp_SerchGroupNamesncustomerNamesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddUsp_SerchGroupNamesncustomerNamesRow(Usp_SerchGroupNamesncustomerNamesRow row) {
     this.Rows.Add(row);
 }