private void btnThem_Click(object sender, EventArgs e)
 {
     btnLuu.Enabled    = true;
     txtMaKho.Text     = kho.MaKho();
     txtTenKho.Text    = string.Empty;
     txtMoTa.Text      = string.Empty;
     txtDiaChiKho.Text = string.Empty;
 }