public async Task <IEnumerable <Sala> > GetByDescricaoAsync(string descricao)
 {
     return(await salaRepository.GetByDescricaoAsync(descricao));
 }