public string[] GetCompletionList(string prefixText, int count, string contextKey)
 {
     return(ControllerFactory.CreateAutoCompleteManager().GetCompletionList(prefixText, count, contextKey));
 }