public static TShirt SelectRandomShirt() { int selectedIndex = Rnd.NextInt(AllShirts.Length); return(AllShirts[selectedIndex]); }