private void Awake()
    {
        MySQLConnection mc = new MySQLConnection();

        mc.CheckRegistry();
    }