private void bt_add_Click(object sender, EventArgs e) { NCC b = new NCC(); b.Show(); }
private void bt_add_ncc_Click(object sender, EventArgs e) { NCC a = new NCC(); a.Show(); }