public int Put([FromBody] Tourist tourist)
 {
     return(tourist.FirstTimeInIsraelUPDATE(tourist));
 }