public static bool UpdateRecording(int recId, String recName)
 {
     return(serverIntf.UpdateRecording(recId, recName));
 }