void ButEliminarAgenteClick(object sender, EventArgs e) { EliminarAgente agente = new EliminarAgente(); agente.Show(); }