@Override
 public boolean updateMemory(Memory memory) {
   return menu.getMemoryDao().update(memory);
 }