public DataTable findDoctorByName(String name)
 {
     DBClient dbc = new DBClient();
     return dbc.findDoctorByName(name);
 }