public StorageTmp() { this.user = new UserStorageTmp(this); this.account = new AccountStorageTmp(this); this.list = new ListStorageTmp(this); this.msg = new MsgStorageTmp(this); }