private void btnExcluir_Click(object sender, EventArgs e) { tsNenhuma.Text = ""; if (ValidarExclusao()) { service.Deletar(this.consulta.IdConsulta); MessageBox.Show("Excluido com sucesso!"); this.Close(); } }