public async Task <ActionResult> Index()
        {
            var list = await service.GetAll();

            return(View(list));
        }