public UnsettledReciept(RecieptState state) : this(state.Reciept) { }
public SettledReciept(RecieptState state) { Reciept = state.Reciept; Reciept.SettledDate = DateTime.Now; this.Name = "Settled"; }