public void loadData() { DataTable dtOrders = new DataTable(); dtOrders = _objOrders.getAllOrders(); ordersDataGridView.DataSource = dtOrders; }