public TransferLocationController(ITransferLocationService service)
 {
     _service = service;
 }