public DictionaryItemEntity GetDicItemValueByKey(string ItemKey, string DicKey) { BaseSetDA da = new BaseSetDA(); return(da.GetDicItemValueByKey(ItemKey, DicKey)); }