//*****modified by hoangle 10-10-2019
        //*****next modified by
        public IActionResult GetCharteringByUniqueId(string uniqueId)
        {
            var response = _yachtCharteringService.GetCharteringByUniqueId(uniqueId);

            return(Ok(response));
        }