public RefundAction UpdateRefund(RefundAction refundAction)
        {
            var x = GetRepository(x => x.RefundActions, (RefundAction x) => x.Id);

            x.Update(refundAction);
            x.UnitOfWork.SaveChanges();
            return(refundAction);
        }
 RefundAction INextBOUnitOfWork.UpdateRefund(RefundAction refundAction)
 {
     throw new NotImplementedException();
 }
 public RefundAction UpdateRefund(RefundAction refundAction)
 {
     throw new NotImplementedException();
 }