public DataTable DetallePersona(int idPersona) { DataTable tabla = new DataTable(); tabla = ObjPersona.DetallePersona(idPersona); return(tabla); }