private void Delete_Click(object sender, EventArgs e) { if (ActiveChild != VoucherForm.Empty) { ActiveChild.Close(); } }