public EventRefill(Prescription prescription, Event Event) { Prescription = prescription; this.Event = Event; }
public EventRefill(Prescription prescription) { Prescription = prescription; }