private void BtnUltimo_Click(object sender, EventArgs e) { try { PreencheTela(RespDAO.Ultimo()); } catch (Exception erro) { TrataErro(erro); } }