public IQueryable <Locacao> GetByIdVaga(int idVaga) { return(_locacaoRepository.GetByIdVaga(idVaga)); }