private void _PriorityBT_Click(object sender, EventArgs e)
 {
     try
     {
         _CmdManager.PriorityClick();
     }
     catch (Exception ex)
     {
         _Logger.Error("ERROR pulsando tecla de prioridad", ex);
     }
 }