private static void ReadRandom(DbTestBase db)
		{
			try
			{
				db.ReadRandom();
			}
			catch(Exception e)
			{
				LogException(e);
			}
		}