public IHttpActionResult getAllBills(int id)
 {
     return(Ok(_ibs.GetAllBillsById(id)));
 }