private void CreateNewContactWindow(object sender, EventArgs eventArgs)
 {
     _newContactWindow             = _mainWindow.CreateContactWindow();
     _newContactWindow.AddContact += CreateChooseContactWindow;
     _newContactWindow.ShowWindow();
 }