public static bool SetRecordingTimesWatched(int recordingId, int timesWatched)
 {
     return(serverIntf.SetRecordingTimesWatched(recordingId, timesWatched));
 }