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