public GLWorkBookMaint()
 {
     _screenToSiteMapAddHelper = new PXScreenToSiteMapAddHelper <GLWorkBook>("GL", GLWorkBookMaint.WORKBOOK_URL,
                                                                             typeof(GLWorkBook.sitemapParent), typeof(GLWorkBook.sitemapTitle), typeof(GLWorkBook.descr), typeof(GLWorkBook.sitemapID),
                                                                             typeof(GLWorkBook.workBookID), typeof(GLWorkBook.workBookID).Name.With(_ => char.ToUpper(_[0]) + _.Substring(1)), false, Caches[typeof(GLWorkBook)], SiteMapTree.Cache);
     numberingDetector = new CS.NumberingDetector(this, CS.ApplicationAreas.None);
     FillSequences();
 }
 public GLWorkBookMaint()
 {
     numberingDetector = new CS.NumberingDetector(this, CS.ApplicationAreas.None);
     FillSequences();
 }