public IActionResult Index() { var repo = new CoreRepository(); var model = new MapViewModel { Locations = repo.Get(new Rectangle(-34.5, -33, 151, 152)) }; return(View(model)); }