public ContentNodeIconsController(IContentNodeIconsService contentNodeIconsService)
 {
     _contentNodeIconsService = contentNodeIconsService;
 }
 public TreeEvents(IContentNodeIconsService contentNodeIconsService)
 {
     _contentNodeIconsService = contentNodeIconsService;
 }