public ItemBin() { Identifier = 0; Location = new Coordinate(); }
public ItemBin(int id, int x, int y) { Identifier = id; Location = new Coordinate(x, y); }