private void CloseRegistration()
        {
            var view = new StartUpView();

            view.Show();
            this.Close();
        }