private void BtnDoiMatKhau_ItemClick(object sender, ItemClickEventArgs e) { FrmDoiMatKhau f = new FrmDoiMatKhau(); f.ShowDialog(); }