internal SelfServiceCategoriesRepository(SelfServiceContext context) {
     Context = context;
 }
 internal SelfServiceActionPagesRepository(SelfServiceContext context) {
     Context = context;
 }