public PostRepository(Model1Container context) { this.context = context; }
public DBController() { context = new Model1Container(); }