public GroupEvent(ModeGroup mode, double left, double w)
 {
     this.Events = new List<Event>();
     this.Left = left;
     this.Width = w;
     this.Mode = mode;
 }
 public GroupEvent(ModeGroup mode, double left, double w)
 {
     this.Events = new List <Event>();
     this.Left   = left;
     this.Width  = w;
     this.Mode   = mode;
 }