public IEnumerable <GetPublicationView> GetAll()
 {
     return(publicationService.GetAllPublicationsWithGenres());
 }