public ActionResult Index() { var lista = _departamentoRepositorio.GetAll() .ToList(); return(View(lista)); }