public async Task <AutoCompleteModel> GetTreeFind(string value)
 {
     return(await _autoCompleteManagerTree.GetAutoCompleteList(value));
 }
 public async Task <AutoCompleteModel> GetBinaryFind(string value)
 {
     return(await _autoComplateManagerBinarySearch.GetAutoCompleteList(value));
 }