public ActionResult Create()
        {
            var model = _raceService.GetRaceCreateViewModel();

            return(View(model));
        }