private void VoltarTela_Click(object sender, EventArgs e)
        {
            EscolhaEmbarque VoltarTela = new EscolhaEmbarque();

            VoltarTela.Show();
            Hide();
        }
        private void button1_Click(object sender, EventArgs e)
        {
            EscolhaEmbarque chamandoTela = new EscolhaEmbarque();

            chamandoTela.Show();
            Hide();
        }