public CRoleStore(CContext ctx)
     : base(ctx)
 {
 }
 public CUserStore(CContext ctx)
     : base(ctx)
 {
 }