public List <Funcionario> findAll()
 {
     return(funcionarioDao.FindAll());
 }