public BuscadorPokemon(Form callingForm)
 {
     mainForm = callingForm as VentanaPrincipal;
     InitializeComponent();
 }