if you are saying that the item is to be available in multiple but not necessarily all areas then you need to create a new table call ItemArea, for example.
ItemArea (ItemAreaId, AreaId, ItemId)
then change the relationship to insert this table between Item and Area in you model.