public ActionResult Category()
        {
            List <ProductDto> catList = _productHandler.GetComputerProducts();

            return(PartialView(catList));
        }