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

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