public PrescriptionVM() { Current = new BE.Prescription(); }
public PrescriptionVM(BE.Prescription pre) { Current = pre; }