public void AddUsp_LoadGridRow(Usp_LoadGridRow row) {
     this.Rows.Add(row);
 }
 public void RemoveUsp_LoadGridRow(Usp_LoadGridRow row) {
     this.Rows.Remove(row);
 }
 public Usp_LoadGridRowChangeEvent(Usp_LoadGridRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }