public async Task <DishListDTO> Get() { var dishes = await DishRepository.GetDisplayDataAsync(); return(new DishListDTO { dishList = dishes }); }