@SuppressWarnings("unchecked")
private boolean save(RequestStoredData data) throws IllegalArgumentException, IllegalAccessException, InstantiationException {
logger.debug(Utils.mapToString(data.getRequestData(), ""));
DataMapper mapper = new DataMapper(new StringCast());
GameBean chkGame = (GameBean)data.getData();
DBGamesBean game = chkGame.getGameInfo();
mapper.mapFromRow(data.getRequestData(), game);