public IActionResult PrepareProducts() { _experimentRepository.PrepareProducts(); return(RedirectToAction(nameof(Index))); }