public Recording GetRecordingById(int Id) { Functions F = new Functions(); Recording X = F.GetRecording(Id); return X; }