public CartManager(ISessionManager session, ImpressDevContext db) { this.db = db; this.session = session; }