public Projeto consultarProjetoPorId(Integer id) {
   return (Projeto) daoProjeto.consultarPorId(id);
 }