public CardRepository(DB.PaymentAgentEntities context)
 {
     this.Db = context;
 }