private void dispatchNotesToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            DIC dispatchNote = new DIC();

            dispatchNote.Show();
        }
        private void dispatchNotesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //change page by clicking the item Fill in the page name
            DIC dispatchNote = new DIC();

            dispatchNote.Show();
        }