public string Facturados() { List <Reporte> list = daoreporte.listarfacturados(); string sJSONResponse = JsonConvert.SerializeObject(list, Formatting.Indented); return(sJSONResponse); }