@Test
 public void getDoctorList() throws Exception {
   assertNotNull(DoctorDao.getDoctorsList());
 }