public IActionResult Create(Production production) { _productionService.Add(production); return(RedirectToAction(nameof(Index))); }