public IList GetSortedSectionsByNode(Node node)
 {
     return(_siteStructureDao.GetSortedSectionsByNode(node));
 }