private void FrmCreateNhanVien_Load(object sender, EventArgs e)
 {
     txtMaNV.Text = NhanVienBus.GetMaNVNext().ToString();
 }