private void thuTiềnPhạtToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmNhapMaThe f = new frmNhapMaThe("Tạo phiếu thu tiền phạt", listDocGia, 2, this);

            f.ShowDialog();
        }
        private void tạoPhiếuTrảToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmNhapMaThe f = new frmNhapMaThe("Tạo phiếu trả", listDocGia, 1, this);

            f.ShowDialog();
        }