change
MudButton @onclick="LoadFlights"
to
MudButton OnClick="LoadFlights"
or to
MudButton OnClick="@(async () => await LoadFlights())"