public void AtualizaTabela() { ProdutoDao carregar = new ProdutoDao(); dataGridView1.DataSource = carregar.CarregarGrade(); }