private void UpdateClientListBox()
 {
     PeopleConnectedListBox.Lines = _ServerInstance.GetGuestList();
 }