public void AddPlane(Plane plane)
 {
     _arrivalRepository.AddPlane(plane);
 }