 private void Form1_Load(object sender, EventArgs e)
        {
            int y, x = 0;
            y = 100 / x;
            
        }
