public Projeto Obter(int idProjeto) { return(projetoRepository.Obter(x => x.IdProjeto == idProjeto)); }