private void textBox1_Enter(object sender, System.EventArgs e) {
this.textBox1.Text = "";
}