private void forceWtbEmpty(WatermarkTextBox wtb) { wtb.Text = ""; dgvThingProgramsOnPlace.Focus(); wtb.forceEmpty(); wtb.Focus(); }