private void RefreshHangHoa() { using (HangHoaBUS bus = new HangHoaBUS()) dataGridView1.DataSource = bus.ListHangHoa(); }