public IActionResult Create(City city) { ApiHelper.AddCity(city); return(RedirectToAction("Show", "Cities", new { id = city.CountryId })); }