/// <summary> /// The window to contorl the guests. /// </summary> public GuestWindow(Guest guest) { this.guest = guest; InitializeComponent(); }