public IActionResult GetAllMerchantYacht(int id) { var result = _yachtService.GetAllMerchantYacht(id); return(Ok(result)); }