public AppManager(ICapabilities capabilities, string baseUrl, string hubUrl) { Pages = new PageManager(capabilities, baseUrl, hubUrl); userHelper = new UserHelper(this); employeeHelper = new EmployeeHelper(this); timeoffHelper = new TimeOffHelper(this); imageHelper = new ImageHelper(this); screenHelper = new ScreenHelper(this); assetHelper = new AssetHelper(this); filterHelper = new FilterHelper(this); hiringHelper = new HiringHelper(this); emailHeper = new EmailHelper(this); kpiHelper = new KPIHelper(this); hintHelper = new HintHelper(this); commentHelper = new CommentHelper(this); }