private static void ShowInventory(string _)
 {
     OutputHelpers.PrintInventory();
     IO.GetTextInput();
 }