private void getDrums_Click(object sender, EventArgs e)
 {
     DrumKit = new PS3RockbandControlerEvents(this, false, rockBandDrumControler1);
     DrumKit.DrumPadHit += new PS3RockbandControlerEvents.DrumPadHitEventHandler(DrumKit_DrumPadHit);
     DrumKit.GetRockBandDrumKit();
     lblDrumKit.Text = DrumKit.DrumPadName;
 }