public void Update(string editedDescription, string itemId) { //TODO write implementation _dbAdapter.Update(editedDescription, itemId); }