// GET: Product
        public ActionResult Index()
        {
			var els = Paint.GetAllPaints();

			return View(els);
        }