public MacCompater(CompaterFunction function) : base(function) { }
public CompaterCard(CompaterFunction function) { this.function = function; }