private void AddBtn_Click(object sender, EventArgs e) { SetSip2Form sip2Form = new SetSip2Form(this); sip2Form.Id = 0; sip2Form.Show(); }