private void btnRemove_Click(object sender, EventArgs e) { if (txtnvMSNV.Text != string.Empty) { employeeBO.isDelete(txtnvMSNV.Text); ResetFormEmployee(); } }