public IEnumerable <Circuit> GetAllCircuits() { try { db.LoadCircuits(); return(db.Circuits); } catch (Exception) { throw; } }