func (node *FamilyNode) Husband() (husband *HusbandNode) {
    if node == nil {
        return nil
    }