public IActionResult Index() { ViewBag.Points = _pointsService.GetPoints(); ViewBag.Maps = _mapService.GetMaps(); return(View()); }