public StopRecordUsingStopKey(EnumRecordIn RecordIn, String EventKeyName, String ChannelNumber, bool IsCurrent, bool IsSeries, bool IsStopRecord, bool IsTBR, IEX.ElementaryActions.Functionality.Manager pManager)
 {
     this._manager         = pManager;
     EPG                   = this._manager.UI;
     this._EventKeyName    = EventKeyName;
     this._IsCurrent       = IsCurrent;
     this._IsSeries        = IsSeries;
     this._RecordIn        = RecordIn;
     this._isStopRecording = IsStopRecord;
     this._isTBR           = IsTBR;
 }
 public RecordUsingRECkey(EnumRecordIn RecordIn, String EventKeyName, String ChannelNumber, int MinTimeBeforeEvEnd, bool VerifyBookingInPCAT, bool ReturnToLive, bool IsConflict, bool IsCurrent, bool IsSeries, IEX.ElementaryActions.Functionality.Manager pManager)
 {
     this._manager             = pManager;
     EPG                       = this._manager.UI;
     this._RecordIn            = RecordIn;
     this._EventKeyName        = EventKeyName;
     this._ChannelNumber       = ChannelNumber;
     this._MinTimeBeforeEvEnd  = MinTimeBeforeEvEnd;
     this._VerifyBookingInPCAT = VerifyBookingInPCAT;
     this._ReturnToLive        = ReturnToLive;
     this._IsConflict          = IsConflict;
     this._IsCurrent           = IsCurrent;
     this._IsSeries            = IsSeries;
 }