//##################################### Pivot View 2 Doctors #########################################// /* Send query and get information from Database */ public void DoctorsSearch() { DoctorList.ItemsSource = db.getAllDoctors(); }