public Core.Dto.Edition Post(Core.Dto.Edition edition)
 {
     return(_editionService.Create(edition));
 }