public List<HospitalBean> findHospitalsAssignedToHCP(long pid) throws SQLException {
   return hospitalsDAO.getHospitalsAssignedToPhysician(pid);
 }