private void UsunKlienta() { client = null; GC.Collect(); }
private void DodajKlienta(Klient client) { this.client = client; }