public PgStyleLableM(int id, PgTableBaseM table, PgStyleSetsM set) { _id = id; _table = table; _set = set; }
public PgStyleLableM(PgTableBaseM table, PgStyleSetsM set) { _isNewTable = true; _table = table; _set = set; }