public ActionResult DeleteConfirmed(int id)
 {
     albumRepository.DeletAlbumById(id);
     return(RedirectToAction("Index"));
 }