public void DeleteGenreById(int id)
 {
     GenreRepository.DeleteById(id);
 }