public bool DataExist(IDbConnection connection)
 {
     return(_gameUserService.HasUsers());
 }