public void UpdateMenu() { AppMenuDAL appMenu = new AppMenuDAL(); try { LumexDBPlayer db = LumexDBPlayer.Start(true); appMenu.UpdateMenu(this, db); db.Stop(); } catch (Exception) { throw; } finally { appMenu = null; } }