public ActionResult ReporteCabecera() { Reporte reporte = new Reporte(); var resul = reporte.Cabecera(); return(Json(resul)); }