private void PictureBox1_Click(object sender, EventArgs e)
 {
     Setting.ShowForm();
 }
 private void LinkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     Setting.ShowForm();
 }