public IEnumerable <get_payment_Result> payment_history([FromBody] Payment _payment)
 {
     return(db.get_payment(_payment.uid));
 }