public ActionResult Index() { IList <Movimentacao> movimentacoes = movimentacaoDAO.List(); return(View(movimentacoes)); }