public IList <Filme> ObterFilmesPorIds(IList <string> idsFilmes) { return(_filmeRepository.ObterFilmesPorIds(idsFilmes)); }