public ActionResult Create()
 {
     ViewBag.supp    = new SelectList(catebll.GetAllSppulier(), "SupplierID", "CompanyName");
     ViewBag.danhmuc = new SelectList(catebll.GetAllCategory(), "CategoryID", "CategoryName");
     return(View());
 }