public Task <IEnumerable <DietaryFlags> > FlagListAsync()
 {
     return(_lookupRepository.FlagListAsync());
 }