public FormComponentManageModel()
        {
            _formTabService = HostContainer.GetInstance <IFormTabService>();
            _formComponentTemplateService = HostContainer.GetInstance <IFormComponentTemplateService>();

            FormTabs  = _formTabService.GetFormTabs();
            Templates = _formComponentTemplateService.GetFormComponentTemplates();
        }
 public FormComponentTemplatesController(IFormComponentTemplateService formComponentTemplateService)
 {
     _formComponentTemplateService = formComponentTemplateService;
 }