public void AddUsp_GetGroupNamesRow(Usp_GetGroupNamesRow row) {
     this.Rows.Add(row);
 }
 public void RemoveUsp_GetGroupNamesRow(Usp_GetGroupNamesRow row) {
     this.Rows.Remove(row);
 }
 public Usp_GetGroupNamesRowChangeEvent(Usp_GetGroupNamesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }