public ActionResult Index()
        {
            var skills = repo.List();

            return(View(skills));
        }