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