public long AddUrlToHistory(string sUrl)
 {
     return(URLManager.InsertUrl(sUrl));
 }