public Multiplication(Counting actor) { me = actor; }
public Addition(Counting actor) { this.me = actor; }