private void UserBarButton_ItemClick(object sender, ItemClickEventArgs e) { var form = new UserForm.UserForm(); form.MdiParent = this; form.Show(); }