public ElementTemplate(EntityTemplate entity, IDataType dataType)
 {
     Entity   = entity;
     DataType = dataType;
 }