private void UpdateStatus(object sender, PropertyChangedEventArgs e)
        {
            _profile = MyProfileEdditor.ChangeStatus(_profile, _connection.StatusUpdate.Key,
                                                     _connection.StatusUpdate.Value);


            ContaktsListPresenter.GetContaktsViewModel(_profile.MyContacts, _mainWindow);


            _mainWindow.ChangeStatusContact(_connection.StatusUpdate.Key);
        }