private void CarregaGrid() { dgvDados.DataSource = oDAO.listarTodos(); //dgvDados.Columns[0].ReadOnly = true; }