public ActionResult Categories()
        {
            CategoryContext c = new CategoryContext();



            return(View(c.GetAll()));
        }