Problem tab bar and segue

Hi all. Please can someone help me. I explain my problem, I have a view that is a tableview, with 4 cells. This tablaview is connected to a segue with a tab bar and it has 3 tabs, called car, train, plane. My problem is, when we press a cell in the tableview, some variables are loaded with values, these values ​​I want to be loaded in the tabs of the tableview (car, train, plane), I try to connect using the segue. I pass segue from the tableview, to the tabbar controller and then to each of the tabs when they load, but it doesn't work, so my question is. How do I pass variables from the tableview to any of the 3 tabs or views that are in the tab bar?
Thank you !!

Problem tab bar and segue
 
 
Q