public TaxFormVM(string TaxFormGUID) : this(TaxFormBO.Lookup(TaxFormGUID)) { }
public TaxFormVM(TaxFormBO taxform) { TaxForm = taxform; }