private Task <bool> BillsExists(int id)
 {
     return(_repo.BillExsistsAsync(id));
 }