public void ANULAR_PROVEEDOR_SELECCIONADO() { string ID_PROVEEDOR = txtID_PROVEEDOR.Text; N_OBJPROVEEDOR.ANULAR_PROVEEDOR(ID_PROVEEDOR); }