public List <SkillDetailsModel> GetAllSkillDetails()
 {
     return(repo.GetAllSkillDetails());
 }