public void AddSkillEntity(SkillEntity skill)
 {
     _skillRepository.CreateSkill(skill.ToDALSkill());
 }