public void ExcludeApprovedInitiatives()
        {
            var reportPage = new ReportPage(Driver);

            reportPage.SelectInitiativeInclusionOption(ReportPage.ExcludeApprovedInitiatives);
            CheckWindow("Exclude approved initiatives");
        }
        public void ExcludePreliminaryInitiatives()
        {
            var reportPage = new ReportPage(Driver);

            reportPage.SelectInitiativeInclusionOption(ReportPage.ExcludePreliminaryInitiatives);
            CheckWindow("Exclude preliminary initiatives");
        }