public ActionResult DeleteConfirmed(int id)
 {
     trackRepository.DeleteTrackById(id);
     return(RedirectToAction("Index"));
 }