public ActionResult AddAuctinoProduct()
        {
            AuctionHandler mHandler = new AuctionHandler();

            ViewBag.Brands = AuctionHelper.ToSelectItemList(mHandler.GetCategories());
            return(View());
        }