{
this.timer.startTimer();
this.executor.startExecutor();
this.transferFactory.openFactory();
this.dialogFactory = new DialogFactory(this);
this.loginWork = new LoginWork(this, Presence.ONLINE);
this.transferFactory.setFetionContext(this);
this.store.init(user);