public IList GetUnconnectedSections()
 {
     return(_siteStructureDao.GetUnconnectedSections());
 }