protected virtual void Constructor() { RootCategory = _framework.NewDomainObject <Category>(initializer: c => { c.Name = _localizables.AllExpenses; }); }