public ActionResult Index()
        {
            var listado = salaDao.ListarTodos();

            return(View(listado));
        }