public FuncionarioBuilder WithId(long id)
 {
     Funcionario.AlterarId(id);
     return(this);
 }