public void AzurirajPoruke(Poruka poruka)
 {
     Invoke(new Action(() =>
     {
         rtbChat.AppendText(poruka.ToString() + "\n");
     }));
 }