private void btn_Salva_Reparto_Click(object sender, EventArgs e)
        {
            SQLServiceLinea InsertLinea = new SQLServiceLinea();

            InsertLinea.Insert_INTO("test", "Conf");
        }
        private void btn_Salva_Reparto_Click(object sender, EventArgs e)
        {
            SQLServiceLinea InsertLinea = new SQLServiceLinea();

            InsertLinea.Insert_INTO(textBox22.Text, textBox21.Text);
        }