    private void button1_Click(object sender, EventArgs e)
        {

            if (fileName != "")
                printDocument1.Print();

            else
                MessageBox.Show("Please Select file with open Button");
        }

