if(($tblRelationshipType = Relationship::useService()->getTypeByName('Sorgeberechtigt'))){
            if(($tblRelationshipList = Relationship::useService()->getPersonRelationshipAllByPerson($tblPerson,
                $tblRelationshipType))){
                foreach($tblRelationshipList as $tblRelationship) {
                    if(($tblPersonRel = $tblRelationship->getServiceTblPersonFrom()) && $tblPersonRel->getId() !== $tblPerson->getId()){