public IActionResult Create(Walk w) { w.Id = 0; //Hack / fix repository.Create(w); return(RedirectToAction("Detail", "Dog", new { id = w.DogId })); }