public UUID[] GetObjectIDs(UUID regionID)
 {
     return(m_database.GetObjectIDs(regionID));
 }