.getFellow("historicalAssignment");
c.useModel(model, globalView);
}
private void bindHistoricalStatisticsWithCurrentTemplate() {
OrderElementHistoricalStatisticsComponent c = (OrderElementHistoricalStatisticsComponent) editWindow
.getFellow("historicalStatistics");
c.useModel(model);
}