private void ClearBut_Click(object sender, EventArgs e)
 {
     nn.UpdateGraphWithImg(surface);
     Close();
 }