public IEnumerable <Sala> GetByDescricao(string descricao)
 {
     return(_salaRepository.GetByDescricao(descricao));
 }