private void btnAdd_Click(object sender, EventArgs e) { FormEdit formEdit = new FormEdit(new Order(), false, orderService); formEdit.ShowDialog(); }