I\'m trying to call a SQL query from dashboard and add them to list.
My current code is:
var ambulances = db.Ambulances.Include(a => a.Station)