void hienthi() { SetGridViewStyle(dtgvTaiKhoan); DataTable dt = tk.LayDSTaiKhoan(); dtgvTaiKhoan.DataSource = dt; }