public Dictionary <string, string[]> GetNameInfo(string myItemStrings)
 {
     return(DisplayNameHelper.GetItemName(myItemStrings));
 }