}else if (delegate instanceof ContraindicationList){
newNode = new ContraindicationListNode(current,(ContraindicationList) delegate);
}else if (delegate instanceof DirectionList){
newNode = new DirectionListNode(current,(DirectionList) delegate);
}else if (delegate instanceof CheckupList){
newNode = new CheckupListNode(current,(CheckupList) delegate);
}else if (delegate instanceof AnalyseList){
newNode = new AnalyseListNode(current,(AnalyseList) delegate);
}else if (delegate instanceof RecommendationList){
newNode = new RecommendationListNode(current,(RecommendationList) delegate);
}else if (delegate instanceof SerrenList){