public bool IsSatisfiedBy(Projeto projeto)
 {
     return(_projetoRepository.ObterPorCodigo(projeto.Codigo) == null);
 }