public ShopKeeper GetShopkeeper(int locationID) { object[] data = context.GetShopkeeper(locationID); // TODO: implementeer dit return(null); }