public void AdddtQouteRow(dtQouteRow row) {
     this.Rows.Add(row);
 }
 public void RemovedtQouteRow(dtQouteRow row) {
     this.Rows.Remove(row);
 }
 public dtQouteRowChangeEvent(dtQouteRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }