public void M06_Add_WorkersCompesation_Insurance()
        {
            //    LeftNavigation.PatientList.MyPatients.GoTo();
            MyPatientsPage myPatients = new MyPatientsPage();

            Driver.Wait(TimeSpan.FromSeconds(3));
            var test = myPatients.test = extent.StartTest("Workers Insurance", "Primaryfghfhf Insurance");

            myPatients.SearchPatient("yammy 1");
            Driver.Wait(TimeSpan.FromSeconds(3));
            myPatients.InsuranceTab();
            myPatients.Workers_Compesation_Insurance();
            Driver.Wait(TimeSpan.FromSeconds(1));
            myPatients.Insurance_Plan_Eligibility("05/08/2018", "5", "12.34%", "30", "40", "6", "7123", "05/08/2018", "06/08/2018", "Just Primary Insurance");
            myPatients.Insurance_Case_Details_WorkersCompesation("05/18/2018", "234242", "Flinstone", "0234222", "BZ", "Omnisource", "Parintele Galeriu", "LIV Alex", "Cotroceni");
            myPatients.Insurance_Prior_Authization("34535", "05/18/2018", "05/23/2019", "3", "TanaseION", "023425533");
            myPatients.WorkersComepnsationSave();
            extent.EndTest(test);
            extent.Flush();
        }