public ScheduleCommandEventArgs(ScheduleItem item, object commandSource,
                                 CommandEventArgs originalArgs) : base(originalArgs)
 {
     this.Item           = item;
     this._commandSource = commandSource;
 }
 public ScheduleItemEventArgs(ScheduleItem item)
 {
     this.Item = item;
 }