a different object with the same identifier value was already associated with the session
var t = CardtypeBizCom.GetInstance().GetModelByPK(421);
var t2 = Mapper.Map<Cardtype, Cardtype>(t);//id没被过滤
//copyObject(t, t2);
t2.Cardtypename = "4444";
CardtypeBizCom.GetInstance().Add(t2)