public static void Show(bool playerWon) { instance._Show(playerWon); }
public static void Show(int _star) { instance._Show(_star); }