private void button3_Click(object sender, EventArgs e)
        {
            this.Dispose();
            TelaInicial tl = new TelaInicial();

            tl.Show();
        }
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            TelaInicial tl = new TelaInicial();

            tl.Show();
        }