/// <summary>
        /// Login process
        /// </summary>
        public void LoginProcess()
        {
            Output();
            StartSignIn();

            EnterPagePL enterPageView = new EnterPagePL();

            enterPageView.Output();
            enterPageView.Choise();
        }