public ActionResult Index() { var service = new HiveService(); var model = service.GetHives(); return(View(model)); }