if ($pos !== false) {
                                    $firstName = trim(substr($motherFullName, 0, $pos));
                                    $lastName = trim(substr($motherFullName, $pos));

                                    $tblPersonMotherExists = Person::useService()->existsPerson(