public UserRepository(SSBContext context) { this.context = context; }
public PostRepository(SSBContext context) { this.context = context; }