public RedirectToActionResult UpdatePhoto(Photo model) { _photoStorage.Update(model); return(RedirectToAction("PhotoList", "Photo")); }