public IEnumerable <Race> GetAllCircuits() { try { db.LoadRaces(); return(db.Races); } catch (Exception) { throw; } }