private static void PerformShipMenuAction(int button)
 {
     GameController.SetShips(button + 1);
     GameController.EndCurrentState();
 }