public SkillModel SaveSkill(SkillModel skill) { try { return(_skillRepository.SaveSkill(skill)); } catch (Exception ex) { throw ex; } }