/**
* @return the templateManagerForm
*/
public TemplateManagerForm getTemplateManagerForm() {
if (templateManagerForm == null){
templateManagerForm = new TemplateManagerForm();
templateManagerForm.setLocationRelativeTo(datasoulMainForm);
}
return templateManagerForm;
}