if (modified)
   saveChange();
RichTextBox1.Clear();
modified = false;
fileName = "";
this.Text = "Notes-[Untitled]";
    
