public IEnumerable <Projeto> PesquisaPorNome(string nome)
 {
     return(_repositorioProjeto.PesquisaPorNome(nome));
 }