public virtual void DeleteAllByRegionID(Int32?regionID)
 {
     DAOTerritories.DeleteAllByRegionID(ConnectionProvider, regionID);
 }