public bool VerifyRegionSessionID(GridRegion r, UUID SessionID)
 {
     return(m_localService.VerifyRegionSessionID(r, SessionID));
 }