public SkillsController(BloodBowlAPIContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
        //ToDo Validate Duplicate With Existing Skills

        public PlayerTypesController(BloodBowlAPIContext context, IMapper mapper)
        {
            _context = context;
            _mapper  = mapper;
        }
 public LevelUpTypesController(BloodBowlAPIContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }