public BankCardType BankCardType
{
get
{
return (BankCardType)this.BankTypeId;
}
set
{
this.BankTypeId = (int)value;
}
}