public void usunFirme(Firma firma) { this.firmy.Remove(firma); }
public void dodajFirme(Firma firma) { this.firmy.Add(firma); }