public static void NewScore(string idPlayer, int sc)
 {
     ConnectionDB.ExecuteNonQuery($"INSERT INTO  SCORE(IdPlayer, score) VALUES ({idPlayer},{sc})");
 }