public ActionResult Edit(int id) { var albumToEdit = _albumService.Get(id); return(View(albumToEdit)); }