let myarea = (list[1] as! WarehouseEmployee).area
print("The area of employee 1 is \(myarea)")
// "The area of employee 1 is New Area"