public static void Reset() { _instance = null; }
public static UrlManager getInstance(IDataBase db) { if (_instance == null) { _instance = new UrlManager(db); } return _instance; }