public Printer(Mold mold) { _mold = mold; }
internal Dict(Mold mold, Dictionary <string, int>[] book) { _mold = mold; _book = book; }