public ActionResult <List <Skill> > Get(int level)
 {
     return(_skillService.GetByLevel(level));
 }