public ActionResult DeleteSupplier(int key)
 {
     SuppliersDAL.SuppliersDeleteByID(key);
     return(RedirectToAction("AllSuppliers"));
 }