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