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