public ActionResult DeleteExhibitorHorse(int exhibitorHorseId) { string actionBy = User.Identity.Name; _mainResponse = _exhibitorService.DeleteExhibitorHorse(exhibitorHorseId, actionBy); _jsonString = Mapper.Convert <BaseResponse>(_mainResponse); return(new OkObjectResult(_jsonString)); }