public ActionResult SaveToJSON(int id) { _publicationHouseService.SaveToJSON(id); return(RedirectToAction("Index")); }