public static bool StopRecording(int schedId)
 {
     return(serverIntf.StopRecording(schedId));
 }