public void AlterarFuncionario(Funcionario funcionario)
 {
     repositorioFunc.updgradeFunc(funcionario);
 }