public IActionResult Index()
 {
     return(Json(_transferService.GeTransferLogs()));
 }
 public ActionResult GetTransferLogs() => Ok(_transferService.GeTransferLogs());