public void GoToDeckPanel()
 {
     IsInInvestigatorPanel = false;
     investigatorSelector.CurrentInvestigator = investigatorSelector.GetComponentInChildren <InvNCardComponent>(); //Select the first InvCard
     GetComponent <PanelTabManager>().PanelAnim(1);
     viewCardManager.ShowDeckCards(investigatorSelector.CurrentInvestigator);
     SettingButtons(true);
 }