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