public void Add(PlayersDTO obj) { var objPlayers = _playersMapper.MapperToEntity(obj); _playersService.Add(objPlayers); }