private void върнатиToolStripMenuItem_Click(object sender, EventArgs e) { FormReturned fR = new FormReturned(id); fR.Show(); }