public void AddUpdateEntity(Skill skill)
 {
     _context.AddUpdateDocument(skill, skill.Id);
     _context.SaveChanges();
 }