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