public void DeleteMenuItem(int id) { ExecuteWithExceptionHandling(() => _menuManager.DeleteMenuItem(id)); }