public List <Circuit> GetAllCircuits()
 {
     return(db.GetListCircuit("SELECT * FROM Circuit;"));
 }