public void SetPath(FlightPath path)
 {
     currentPath = path;
     currentPath.DrawFlightTunnel();
 }