public void UPDATE()
 {
     todo.task = txtUpdate.Text;
     todo.id   = lblId.Text;
     todo.UPDATE();
     f1.READ();
     this.Dispose();
 }