public IEnumerable <Editions> GetEditions()
 {
     return(editionRepository.GetEditions());
 }