.popoverTip(tipButton, action: { action in
   if action.id == "tipButton" {
      print("Help")
   }
})