public IActionResult Delete(Walk w) { repository.DeleteWalk(w.Id); return(RedirectToAction("Detail", "Dog", new { id = w.DogId })); }