static void Main(string [] args) { Kartenstapel startStapel = new Kartenstapel() { Bezeichnung = "StartStapel" }; startStapel.Mischen(); startStapel.Show(); Console.ReadLine(); }