public void VerifyMandatoryFields_AddOrgUnit()
        {
            ExtentReport.test = ExtentReport.extent.StartTest("To Verify Mandatory Fields in Add Organisational Unit of Manage Organisational Structure Page");
            HomePage homePage = new HomePage(_driver);

            homePage.EperformOrganisationStructureArrowOption.Click();
            homePage.EperformOrganisationStructureOption.Click();
            ManageOrgStructurePage manageOrgStrPage = new ManageOrgStructurePage(_driver);

            manageOrgStrPage.VerifyMandatoryFields_AddOrgUnit();
        }
        public void ManageOrgStructurePageVerification()
        {
            ExtentReport.test = ExtentReport.extent.StartTest("To Verify Page Elements in Manage Organisational Structure Page");
            HomePage homePage = new HomePage(_driver);

            homePage.EperformOrganisationStructureArrowOption.Click();
            homePage.EperformOrganisationStructureOption.Click();
            ManageOrgStructurePage manageOrgStrPage = new ManageOrgStructurePage(_driver);

            manageOrgStrPage.ManageOrgStructurePageVerification();
        }