public Sala update(Sala sala)
 {
     validarSala(sala);
     return(salaRepository.update(sala));
 }