This data module represents a type of entities in the system (i.e. pieces, customers, etc...)
Each type of entities in the system must have a different Id.
model Entity = SRC.BasicProcess.Entity;