private void FiltrarMetais(Aguarde aguarde, ControlePesquisaMercadoria controle)
 {
     aguarde.Passo();
     if (chkMetal.CheckedItems.Count > 0)
         controle.FiltrarMetais((Metal[])(new ArrayList(chkMetal.CheckedItems).ToArray(typeof(Metal))));
 }