public ActionResult Delete(int id)
 {
     EightTrackTape.DeleteEightTrackTape(id);
     return(View());
 }