public ActionResult Export(int id, string extension) { showService.ExportShow(showService.GetShowById(id), extension); return(RedirectToAction("Shows")); }