public void BIllingg() { LeftNavigation.PatientList.MyPatients.GoTo(); MyPatientsPage a = new MyPatientsPage(); Driver.Wait(TimeSpan.FromSeconds(5)); a.SearchPatient("Jerry Tom"); a.BIlling("123", "12"); // a.Close_and_Sign_Chart(); }