public Serie GetSerieById(int id)
 {
     return(serieRepository.GetSerieById(id));
 }