public void StoreObject(SceneObjectGroup obj, UUID regionUUID)
 {
     m_database.StoreObject(obj, regionUUID);
 }