public UserRepository(PostDbContext postDbContext)
 {
     this.postDbContext = postDbContext;
 }