public ActionResult CreateSkill(PortfolioPage currentPage, string Skill)
 {
     _skillHandler.AddSkill(currentPage.SkillFolder, Skill);
     return(RedirectToAction("Index"));
 }