public ManagerCollection(MiaopassContext db) { this.db = db; }
public ManagerCollection() { db = new MiaopassContext(); }