public void SetUp()
 {
     tooltipController = new TooltipController();
     tooltipController.Initialize(Substitute.For <ITooltipView>());
 }