public void ReloadData(long CompanyID) { ProductAdapter productAdapter = new ProductAdapter(new SqlDb(QT.Entities.Server.ConnectionString)); this.gridControl1.DataSource = productAdapter.GetReportCrawlerHistory(CompanyID); }