public IList GetTemplatesBySection(Section section)
 {
     return(_siteStructureDao.GetTemplatesBySection(section));
 }