public Projeto CriarProjeto(Projeto projeto)
 {
     projeto.ValidarCriarProjeto();
     return(_repositorioProjeto.CriarProjeto(projeto));
 }