public ICollection <Media> GetMediaByContent(int contentID) { return(mediaRepo.GetList(x => x.ContentID == contentID)); }