public Editions GetEditionById(int id)
 {
     return(editionRepository.GetEditionById(id));
 }