public void AtualizarLista() { var list = _servico.GetAll(); dataGridViewPedidos.DataSource = null; dataGridViewPedidos.DataSource = list; }