//Xoa HD
        private void DeleteHD()
        {
            int id = int.Parse(txtMaHD.Text);

            hdBUS.DeleteHDBUS(id);
        }