public NavigationData()
 {
     this.DomainID = RP.GetAdminCurrentSettingsRepository().ID;
     this.Segment  = "-";
     this.LangCode = SF.GetLangCodeCurrentSettings();
 }