/// <summary>Initializes a new instance of the <see cref="Bilet"/> class.</summary> public Bilet(Klient klient, int cena, int ID) { this.klient = klient; this.cena = cena; this.ID = ID; }