public SalaDTO RecuperarSala(int id)
        {
            SalaDAO salaDAO = new SalaDAO();

            return(salaDAO.ListarSala(id));
        }