public IActionResult Index() { List <Circle> circles = _circleService.GetAll(); return(View(circles)); }