public int DictinaryCount(string where = "1=1") { DictionaryService dicSvc = new DictionaryService(); return(dicSvc.Count(where)); }