private void btnVlaznostGranice_Click(object sender, EventArgs e)
        {
            Form forma = new FormaZaPrikazGranicnihVrednosti("vlaznost", zaposleni);

            forma.ShowDialog();
        }
        private void btnTempGranice_Click(object sender, EventArgs e)
        {
            Form forma = new FormaZaPrikazGranicnihVrednosti("temperatura", zaposleni);

            forma.ShowDialog();
        }