public IEnumerable <IContent> GetAllContents()
 {
     return(_storage.GetAllContents());
 }