public void izbrisiFirmu(Firma firma) { ListaFirmi.Lista.Remove(firma); }
public void dodajFirmu(Firma firma) { ListaFirmi.Lista.Add(firma); }