ConfirmationController *page([[[ConfirmationController alloc] initWithDatabase:database_] autorelease]);
[page setDelegate:self];
CYNavigationController *confirm_([[[CYNavigationController alloc] initWithRootViewController:page] autorelease]);
ConfirmationController *page([[[ConfirmationController alloc] initWithDatabase:database_] autorelease]);
[page setDelegate:self];
CYNavigationController *confirm_([[[CYNavigationController alloc] initWithRootViewController:page] autorelease]);