public void RemovePlaneFlight(Flight flight) { PlaneFlights.Remove(flight); }
public void AddPlaneFlight(Flight flight) { PlaneFlights.Add(flight); }