public IActionResult Index()
        {
            List <WSProduct> model = _workshopRepository.GetAllProducts();

            return(View(model));
        }