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