public void TC025_VerifyThatPivotGridColumnShouldBeDisplayedAccordingToSelectedReports(String Bname)
        {
            TestFixtureSetUp(Bname, "TC025-Verify Pivot Grid column should be displayed according to Selected reports");
            try
            {
                loginPage.navigateToLoginPage().VerifyLoginPageScreenInDetail();
                loginPage.loginUsingValidEmailIdAndPassword();

                homePage.newVerifyHomePage();
                homePage.VerifyAccountOrSwitchIfRequired("QA Testing - Brand Canada");
                pivotGrid.VerifyPivotGridColumnsForMarketAndMediaReports();
            }
            catch (Exception e)
            {
                Logging.LogStop(this.driver, test, e, MethodBase.GetCurrentMethod(), Bname + "_TestSuite09_Reskin_PivotGrid_TC025");
                throw;
            }
            driver.Quit();
        }