public ActionResult DeleteAll()
 {
     DAL.DeleteAll();
     return(RedirectToAction("Index"));
 }