void IStoreGUIService.unregisterGui()
 {
     storeGUI = null;
 }
 void IStoreGUIService.registerGui()
 {
     storeGUI = OperationContext.Current.GetCallbackChannel<IStoreGUICallback>();
 }