private ArrayList<DelegateNodeInterface> children = new ArrayList<DelegateNodeInterface>();
public ClientNode(ClientLocal delegate) {
super(null, delegate);
additionNodes.add(new CertificateCollector(delegate));
additionNodes.add(new SicklistCollector(delegate));
additionNodes.add(new ContraindicationList(delegate));
additionNodes.add(new DirectionList(delegate));
additionNodes.add(new CheckupList(delegate));
additionNodes.add(new AnalyseList(delegate));
additionNodes.add(new PrescriptionList(delegate));