public ActionResult GetFees()
 {
     _mainResponse = _exhibitorService.GetFees();
     _jsonString   = Mapper.Convert <GetAllFees>(_mainResponse);
     return(new OkObjectResult(_jsonString));
 }