public KortBLL(DBContext db) { _kort = new DBKort(db); }
public KortBLL(IDBKort stub) { _kort = stub; }