public int Put5([FromBody] Tourist tourist)
 {
     return(tourist.EditProfile(tourist));
 }