// TODO paging
 public ActionResult Logs()
 {
     return(View(reader.ReadAll()));
 }