private void btnResetAllarmi_Click(object sender, EventArgs e)
 {
     try
     {
         plcMacchinaManager.ResetAllarmi();
     }
     catch (Exception ex)
     {
         ExceptionManager.AddException(ex);
     }
 }