@Test
 public void deleteDoctor() throws Exception {
   DoctorDao.deleteDoctor(id);
 }