public Klient(int id, string imie, string nazwisko) { this.id = id; this.imie = imie; this.nazwisko = nazwisko; koszyk = new Koszyk(this, id); }