public Funcionario Buscar(int id)
 {
     return(funcionarioDao.Buscar(id));
 }