private void DeleteCommandExecute() { _entityFrameworkService.Remove(Item); _navigationService.NavigateBack(); }