public void AddUsp_SearchDatabydateRow(Usp_SearchDatabydateRow row) {
     this.Rows.Add(row);
 }
 public void RemoveUsp_SearchDatabydateRow(Usp_SearchDatabydateRow row) {
     this.Rows.Remove(row);
 }
 public Usp_SearchDatabydateRowChangeEvent(Usp_SearchDatabydateRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }