public ActionResult Index(int FlightId) { var model = db.AllSeatsForFlight(FlightId); return(View(model)); }