public static List <OportunidadBean> GetReporteDetalle(String item) { var result = OportunidadModel.GetReporteDetalle(item); return(result); }