public Form1() { InitializeComponent(); building = BuildingFactory.create(); building.ResultNotificationEvent += ResultFound; }