public FormComponentFieldManageModel()
        {
            _formComponentService = HostContainer.GetInstance <IFormComponentService>();

            FormComponents = _formComponentService.GetFormComponents();
            Attributes     = new FormComponentFieldAttributeModel();
        }
 public FormComponentsController(IFormComponentService formComponentService)
 {
     _formComponentService = formComponentService;
 }