public Person(vTrans tran) { PersonId = tran.PersonID; FullName = tran.Name; }
public TypeTran(vTrans tran) { TypeId = tran.TypeID; TypeName = tran.Type; }