//Adventure Menu
 private void AdventureCombatEvent(object sender, EventArgs e)
 {
     Battle.Combat(); //Not Working
 }