protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureNetworkWifiAccessPoint = new CustomerInfrastructureNetworkWifiAccessPoint();

            this.customerInfrastructureNetworkWifiAccessPoint.CustomerInfrastructureNetworkWifi
                = this.CustomerInfrastructureNetworkWifi;
        }
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureNetworkWifiAccessPoint = new CustomerInfrastructureNetworkWifiAccessPoint();

            this.customerInfrastructureNetworkWifiAccessPoint.CustomerInfrastructureNetworkWifi
                = this.CustomerInfrastructureNetworkWifi;
            this.customerInfrastructureNetworkWifiAccessPoint.Activated = true;
            this.customerInfrastructureNetworkWifiAccessPoint.Deleted   = false;
        }