public void RemoveTBL_SP_ReturnRow(TBL_SP_ReturnRow row) {
     this.Rows.Remove(row);
 }
 public TBL_SP_ReturnRowChangeEvent(TBL_SP_ReturnRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddTBL_SP_ReturnRow(TBL_SP_ReturnRow row) {
     this.Rows.Add(row);
 }