private void btnIn_Click(object sender, EventArgs e) { FrmInPhieuThu frm = new FrmInPhieuThu(); try { LuuPhieuThu(); } catch { frm.ShowDialog(); } frm.ShowDialog(); }