public ActionResult ActionLog() { //TODO: learn to pass a JSON object //TODO: try using Moustache to render the data control return(View(service.GetAllActionLogs())); }