public void ThenUserShouldAbleToEditCertificationSuccessfully()
        {
            //Verify Edited  Certification
            Certification certiobj = new Certification();

            certiobj.VerifyEditedCertification();
        }
            public void EditCertification()
            {
                //Create Extent Report
                test = extent.StartTest("EditCertification");
                //Edit profile
                Certification certiobj = new Certification();

                certiobj.EditCertification();
                certiobj.VerifyEditedCertification();
            }