public PresentationsService(PresentationDataService data, StorageService <Presentation> presentations)
 {
     this.data          = data;
     this.presentations = presentations;
 }