public IList <Bills> BillsIsPayment()
 {
     return(_billsService.BillIsPayment());
 }