public void Listar() { this.dgvPlanes.AutoGenerateColumns = false; PlanLogic pl = new PlanLogic(); this.dgvPlanes.DataSource = pl.GetTabla(); }