public DeptsHouston() { InitializeComponent(); controllerObj = new Controller(); DataTable dt = controllerObj.GetDeptsHouston(); dataGridView1.DataSource = dt; }