public void Removetbl_QuickReportsRow(tbl_QuickReportsRow row) {
     this.Rows.Remove(row);
 }
 public tbl_QuickReportsRowChangeEvent(tbl_QuickReportsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addtbl_QuickReportsRow(tbl_QuickReportsRow row) {
     this.Rows.Add(row);
 }