public IList <Filme> BuscarPeloIdNaoAlugados() { try { return(_repositoryFilme.GetByIdNaoAlugados().ToList()); } catch (Exception ex) { throw ex; } }