private void btnBack_Click(object sender, EventArgs e) { ucAccessControl uc = new ucAccessControl(userId); Common.GoBack(uc, this); }