public void GetAll()
        {
            var models = service.GetAll();

            provider.ShowItems(models);
        }