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