private void btnBorrar_Click(object sender, EventArgs e) { int intID = Convert.ToInt32(lblID.Text); objLogicaGenero.Borrar(intID); MessageBox.Show("GENERO BORRADO"); TraerTodos(); }