public ActionResult DestroySupplier(int id)
 {
     sRep.Destroy(sRep.Find(id));
     return(RedirectToAction("SupplierList"));
 }