public bool SaveNewAgentTotalPayment(AgentTotalPayments payInfo)
 {
     return(db.SaveNewAgentTotalPayment(payInfo));
 }