public async Task <IEnumerable <Media> > GetAllMediaContent()
 {
     return(await _ctx.GetMediaContent());
 }