public IEnumerable <Projeto> GetByIdIsntituicao(int id) { return(_projetoRepository.GetByIdIsntituicao(id)); }