public List <Funcionario> findAllFun(int codEve)
 {
     return(funcionarioDao.FindAllFun(codEve));
 }