void Start()
    {
        words = Db_Learned.GetAllWords();

        ProccesValue();
    }
    void Start()
    {
        words = Db_Learned.GetAllWords();

        FillDropDowns();
    }