public IEnumerable <SnackListData> GetSnackList() { using (_context) { return(_snackRepository.GetSnackList()); } }