public ActionResult EditFlight(int FlightId) { Flight flight = FlightRepository.FindFlightId(FlightId); return(View(flight)); }