public DictionaryItemController(ILoginInfo loginInfo, IDictionaryItemService DictionaryItemService)
 {
     _service = DictionaryItemService;
 }