private void deleteCellToolStripMenuItem_Click(object sender, EventArgs e)
 {
     builder.DeleteSelectedCell();
     modifiedDocument = true;
 }