public IActionResult ViewShipStateCounts() { var shipCounts = repo.GetShipStateCounts(); return(View(shipCounts)); }