if ($mother) {
                    $tblAddressMother = Address::useService()->getAddressByPerson($mother);
                    if ($tblAddressMother && $tblAddressMother->getId() != ( $tblAddress ? $tblAddress->getId() : null )) {
                        if (!empty($Item['ExcelAddress'])) {
                            $Item['ExcelAddress'][] = '- - - - - - -';