public BestellFassade getBestellFassade() {
   RemoteHESInstance instance = chooseNextInstance();
   if (instance != null) {
     return instance.getBestellFassade();
   } else {
     return null;
   }
 }