private void btnProximo_Click(object sender, EventArgs e) { JogoVO j = JogoDAO.Proximo(Convert.ToInt32(txtId.Text)); PreencheTela(j); }