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

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

            myPatients.SearchPatient("Radu Arhan");
            Driver.Wait(TimeSpan.FromSeconds(3));
            myPatients.InsuranceTab();
            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_Card_Information("Primary Plan","007","2242","Alpha","Sperantei","Bz","5100", "Kansas","0720501231");
            myPatients.Insurance_Is_Covered_By_Someone_else("Child", "Popescu", "Gigel", "Dan", "05/10/2000", "Male", "072065101", "Verii", "BZ", "5100", "Arizona");
            myPatients.Insurance_Prior_Authization("34535", "05/18/2018", "05/23/2019", "3", "TanaseION", "023425533");
            myPatients.PrimarySave();
            extent.EndTest(test);
            extent.Flush();
        }