public HelloNSNotification()
    {
        HelloNSNotificationReceiver receiver = new HelloNSNotificationReceiver ();
        addChild (receiver);

        HelloNSNotificationSender sender = new HelloNSNotificationSender ();
        addChild (sender);
    }
    public HelloNSNotification()
    {
        HelloNSNotificationReceiver receiver = new HelloNSNotificationReceiver();

        addChild(receiver);

        HelloNSNotificationSender sender = new HelloNSNotificationSender();

        addChild(sender);
    }