public ActionResult Index()
        {
            List <EightTrackTape> allTapes = EightTrackTape.GetAll();

            return(View(allTapes));
        }