public SiteAlias GetSiteAliasByUrl(string url)
 {
     return(_siteStructureDao.GetSiteAliasByUrl(url));
 }