public static Level getLevel(int id) { if (levelTab.levels.Count == 0) { init(); } return(levelTab.getLevel(id) as Level); }