//*****modified by hoangle 10-10-2019
        //*****next modified by
        public IActionResult GetYachtAnyExclusive([FromQuery] YachtImageSlideSearchModel searchModel)
        {
            var result = _yachtService.GetYachtAnyExclusive(searchModel);

            return(Ok(result));
        }