public Strategy2020Presenter(IStrategy2020ReportView view) { this.view = view; this.filterData = new Strategy2020FilterData(); filterNames = InitializeFilterNames(); this.cache = CacheFactory.GetCacheManager(); }