Please remove the Linked List in teh constructor._public Elevator()_{__LinkedList upList = new LinkedList();_}In the constructor instead of__LinkedList upList = new LinkedList();useupList = new LinkedList();