{
[super viewDidLoad];
NSMutableArray *array = [[NSMutableArray alloc] initWithContentsOfFile:pathname];
self.Array = array;
// Uncomment the following line to preserve selection between presentations.
// self.clearsSelectionOnViewWillAppear = NO;
// Uncomment the following line to display an Edit button in the navigation bar for this view controller.
// self.navigationItem.rightBarButtonItem = self.editButtonItem;
self.Array = (NSMutableArray *)sortedArray;
}