/* Send query and get information from Database */
 public void DoctorsSearch()
 {
     DoctorsByCategory.ItemsSource = db.getAllCategoryDoctors(DoctorPage.GetDocType());
 }