public DisplayFlight(SearchFlight sf)
 {
     InitializeComponent();
     //Paso los datos al objeto local
     ObjSearchFlight = new SearchFlight(sf.Source,sf.Destination,sf.TimeStart,sf.TimeEnd,sf.CustomerId,DateTime.Now,sf.NoOfAdults,sf.NoOfChildren, sf.SearchedDate,sf.CustomerId);
 }
 public SearchFlight(SearchFlight sf)
 {
 }