private void LOGIN_button1_Click(object sender, EventArgs e)
        {
            CourseInformation aCourseInformation = new CourseInformation();

            aCourseInformation.Show();
            this.Hide();
        }