public PropertyEditorsApiController()
 {
     _service = UIOMaticObjectService.Instance;
 }
 public ObjectController(UiomaticContentAppFactoryCollection contentAppsFactoryCollection)
 {
     _service = UIOMaticObjectService.Instance;
     _contentAppsFactoryCollection = contentAppsFactoryCollection;
 }
 public UIOMaticTreeController()
 {
     _service = UIOMaticObjectService.Instance;
 }