public void TilføjKort(Kort k) { bunke.Push(k); }
public void TilføjKort(Kort kort) { bunke.Push(kort); }