public void accept(AnythingVisitor visitor) throws ModelException {
   visitor.handleBankService(this);
 }