public IActionResult CheapestFirst() { var model = new IndexViewModel(services.CheapestFirst()); return(View("Index", model)); }