// GET: Livro public ActionResult Index() { return(View(livroBLL.Listar().OrderBy(x => x.Titulo))); }