public ActionResult <List <Migrant> > Get() => _migrantService.Get();
public ActionResult <bool> Get() { return(_migrantService.Get()); }