- (id)init { if(self = [super init]) bar = [[Bar alloc] init]; return self; }