public RepoUsers(ExDatabaseContext dbContext)
     : base(dbContext)
 {
 }
 public RepoWebPage(ExDatabaseContext dbContext)
     : base(dbContext)
 {
 }