public ActionResult DeleteTag(long tagID) { PhotoService.DeleteTag(tagID); return(RedirectToAction("Tags")); }