public ActionResult GetFlights(int id)
 {
     return(View(flightDAO.GetFlights(id)));
 }