public List <Payments> GetPaymentsAll()
 {
     return(_paymentsService.GetAll());
 }