void Mostraremp()
        {
            DataTable dt = logic.consultaLogiENP();

            dataGridView1.DataSource = dt;
        }