public UserRepository(CommunityDbContext communityDbContext)
 {
     this.communityDbContext = communityDbContext;
 }