public ActionResult Show() { JsonFileHandler ShowLibrary = new JsonFileHandler(); return(View(ShowLibrary.Load())); }