public ActionResult DeleteSkill(ContentReference skillReference) { _skillHandler.DeleteSkill(skillReference); return(RedirectToAction("Index")); }