private void NotifyObservers(String info) { PageDataExchange context = PageDataExchange.getInstance(); context.NotifyAllObeservers(TAG, info); }