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