public ActionResult addNew()
        {
            List <category> cate = viewSV.Get_category(0).ToList();

            return(View(cate));
        }