public TP145205GB01_PersonUniversal()
            : base()
        {
            DataEntererRole = new r_assignedEntity("ASSIGNED");
            DataEntererRole.templateId = TEMPLATEID;
            DataEntererRole.templateText = TEMPLATETEXT;

            DataEntererRole.InitPerson();
        }
        public TP145210GB01_PersonWithOrganizationUniversal()
            : base()
        {
            RelatedEntityRole = new r_assignedEntity("ASSIGNED");
            RelatedEntityRole.templateId = TEMPLATEID;
            RelatedEntityRole.templateText = TEMPLATETEXT;

            RelatedEntityRole.InitPerson();
        }