private void Info_Click(object sender, EventArgs e)
        {
            trans_Click(sender);

            this.userInfo1.Visible = false;
            this.userInfo1.BringToFront();
            this.transition1.ShowSync(this.userInfo1);

            Model.UserInfo userInfo = studentManager.SelectUserInfo();
            this.userInfo1.fillText(userInfo);
        }