public ManifestBuilder()
 {
     Manifest = new Manifest.Manifest();
     SectionUINames = new Dictionary<string, string>();
     SectionUINames.Add("intro", "$[6005] Intro [1]");
     SectionUINames.Add("outro", "$[6006] Outro [1]");
     SectionUINames.Add("verse", "$[6007] Verse [1]");
     SectionUINames.Add("chorus", "$[6008] Chorus [1]");
     SectionUINames.Add("bridge", "$[6009] Bridge [1]");
     SectionUINames.Add("solo", "$[6010] Solo [1]");
     SectionUINames.Add("ambient", "$[6011] Ambient [1]");
     SectionUINames.Add("breakdown", "$[6012] Breakdown [1]");
     SectionUINames.Add("interlude", "$[6013] Interlude [1]");
     SectionUINames.Add("prechorus", "$[6014] Pre Chorus [1]");
     SectionUINames.Add("transition", "$[6015] Transition [1]");
     SectionUINames.Add("postchorus", "$[6016] Post Chorus [1]");
     SectionUINames.Add("hook", "$[6017] Hook [1]");
     SectionUINames.Add("riff", "$[6018] Riff [1]");
     SectionUINames.Add("fadein", "$[6077] Fade In [1]");
     SectionUINames.Add("fadeout", "$[6078] Fade Out [1]");
     SectionUINames.Add("buildup", "$[6079] Buildup [1]");
     SectionUINames.Add("preverse", "$[6080] Pre Verse [1]");
     SectionUINames.Add("modverse", "$[6081] Modulated Verse [1]");
     SectionUINames.Add("postvs", "$[6082] Post Verse [1]");
     SectionUINames.Add("variation", "$[6083] Variation [1]");
     SectionUINames.Add("modchorus", "$[6084] Modulated Chorus [1]");
     SectionUINames.Add("head", "$[6085] Head [1]");
     SectionUINames.Add("modbridge", "$[6086] Modulated Bridge [1]");
     SectionUINames.Add("melody", "$[6087] Melody [1]");
     SectionUINames.Add("postbrdg", "$[6088] Post Bridge [1]");
     SectionUINames.Add("prebrdg", "$[6089] Pre Bridge [1]");
     SectionUINames.Add("vamp", "$[6090] Vamp [1]");
     SectionUINames.Add("noguitar", "$[6091] No Guitar [1]");
     SectionUINames.Add("silence", "$[6092] Silence [1]");
 }
 public ManifestBuilder()
 {
     Manifest = new Manifest();
 }