context.put("rootElement", rootElement);
context.put("baseElement", baseElement);
context.put("configuration", model.getConfiguration());
context.put("elements", elements);
context.put("convertUtils", new ConvertUtils());
context.put("commonUtils", new CommonUtils());
context.put("viewUtils", new ViewUtils());
context.put("formatUtils", new FormatUtils());
context.put("bslaLibraryUtils", new BslaLibraryUtils());
context.put("databaseUtils", new DatabaseUtils());
context.put("modelUtils", new ModelUtils());