public ActionResult GetConductorsFlights()
 {
     return(View(flightDAO.GetConductorsFlights(User.Identity.Name)));
 }