public int BillsAdd(BillsAdd billsAdd)
 {
     return(_billsRepository.BillsAdd(billsAdd));
 }