private void popuniTabeluArhiva() { var termini = Bazaa.popuniTabeluarhiva(); dataGridView1.DataSource = null; dataGridView1.DataSource = termini; }