// GET: ProdutoManager public ActionResult Index() { List <Produto> produtos = context.Collection().ToList(); return(View(produtos)); }