public ChangeNameCommand(PersonController pc, String name) { this.newName = name; this.target = pc; }
public AskForName(PersonController pc) { this.Person = pc; }