protected void ManageUsersClicked(object sender, EventArgs args) { Dataphoria.EnsureSecurityRegistered(); Frontend.Client.Windows.IWindowsFormInterface form = Dataphoria.FrontendSession.LoadForm(null, "Form('Security', 'UserBrowse')"); form.Show(); }