public void UpdateDvd(int id, Dvd dvd)
 {
     _dvdRepo.DvdEdit(id, dvd);
 }