public IActionResult InsertProduct()
        {
            var prod = repo.AssignCategory();

            return(View(prod));
        }