public Bills BillsGetByIdTable(int Id)
 {
     return(_billsRepository.BillsGetByIdTable(Id));
 }