public LobbyView()
        {
            InitializeComponent();
            LobbyServiceClient c = new LobbyServiceClient();
            c.Open();

            tabCurrentRoom.Visibility = System.Windows.Visibility.Hidden;
            tabCurrentRoom.IsSelected = false;
        }
        public LobbyView()
        {
            InitializeComponent();
            LobbyServiceClient c = new LobbyServiceClient();

            c.Open();

            tabCurrentRoom.Visibility = System.Windows.Visibility.Hidden;
            tabCurrentRoom.IsSelected = false;
        }