public void SearchSkills()
            {
                // Creates a toggle for the given test, adds all log events under it
                test = extent.StartTest("SearchSkills");

                //Create a Class & an Object to call the ManageRequests method
                SearchSkills SS = new SearchSkills();

                SS.ClickOnSearchSkills();
                SS.ClickOnCatagories();
                SS.ClickOnSubCatagories();
            }