349350351352353354355356357
/** * @return the sportByPatientBroker */ public SportByPatientBroker getSportByPatientBroker() { if (this.sportByPatientBroker == null) { this.sportByPatientBroker = new SportByPatientBrokerDB(); } return sportByPatientBroker; }