I want to add @\"ALL ITEMS\" object at the first index of NSARRAY.
Initially the Array has 10 objects. After adding, the array should contains 11 objects.
Apple documents says NSMutableArray Methods
[temp insertObject:@"all" atIndex:0];