public Handler(IUtilityBillRepository repository)
 {
     _repository = repository;
 }