private void Button1_Click(object sender, EventArgs e)  //lista de Produtos
        {
            FormListaEstoque fle = new FormListaEstoque();

            fle.ShowDialog();
        }
        }//fim procurar no estoque

        private void button4_estoque_Click(object sender, EventArgs e) //botão para listar os produtos no estoque
        {
            FormListaEstoque fle = new FormListaEstoque();

            fle.ShowDialog();
        }//fim forms estoque