public static string GetName(int id) => NameList.ContainsKey(id) ? NameList[id] : null;