public void RemoveExtra(UUID regionID, string name)
 {
     m_database.RemoveExtra(regionID, name);
 }