public DisplayTipEvent(Tip tip) : this(tip, DateTime.Now) { }
public DisplayTipEvent(Tip tip, DateTime time) : this(tip.ID, time) { }