public List <StreamingService> GetAllStreamingServices()
 {
     return(StreamingServices.ToList());
 }