public int Put2([FromBody] Tourist tourist)
 {
     return(tourist.FlightsDates(tourist));
 }